You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,16 +15,16 @@ 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.21-alpine3.18 AS bbolt
18
+
FROM golang:1.22-alpine3.19 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.6.1 AS node-exporter
22
+
FROM quay.io/prometheus/node-exporter:v1.7.0 AS node-exporter
23
23
24
24
# Main
25
25
FROM docker:${DOCKER_VERSION}-dind
26
26
27
-
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.11/main' >> /etc/apk/repositories \
27
+
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.19/main' >> /etc/apk/repositories \
28
28
&& apk upgrade \
29
29
# Add fuse-overlayfs for comaptibility with rootless. Volumes created with rootless might use fuse-overlay formatted volumes. If those volumes are later used by dind that runs with root it'll require fuse-overlay to be able to read the volume
0 commit comments