File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ARG DOCKER_VERSION=26.0.0
1
+ ARG DOCKER_VERSION=26.1.4
2
2
3
3
# dind-cleaner
4
- FROM golang:1.22-alpine3.19 AS cleaner
4
+ FROM golang:1.22-alpine3.20 AS cleaner
5
5
6
6
COPY cleaner/dind-cleaner/* /go/src/github.com/codefresh-io/dind-cleaner/
7
7
WORKDIR /go/src/github.com/codefresh-io/dind-cleaner/
@@ -15,11 +15,11 @@ RUN CGO_ENABLED=0 go build -o /usr/local/bin/dind-cleaner ./cmd && \
15
15
rm -rf /go/*
16
16
17
17
# bbolt
18
- FROM golang:1.22-alpine3.19 AS bbolt
18
+ FROM golang:1.22-alpine3.20 AS bbolt
19
19
RUN go install go.etcd.io/bbolt/cmd/bbolt@latest
20
20
21
21
# node-exporter
22
- FROM quay.io/prometheus/node-exporter:v1.7.0 AS node-exporter
22
+ FROM quay.io/prometheus/node-exporter:v1.8.1 AS node-exporter
23
23
24
24
# Main
25
25
FROM docker:${DOCKER_VERSION}-dind-rootless
Original file line number Diff line number Diff line change 1
- version : 1.28.6
1
+ version : 1.28.7
You can’t perform that action at this time.
0 commit comments