We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e948a commit 2a92274Copy full SHA for 2a92274
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ ARG DOCKER_VERSION=29.1.2
2
3
4
# dind-cleaner
5
-FROM golang:1.25-alpine3.22 AS cleaner
+FROM golang:1.25-alpine3.23 AS cleaner
6
COPY cleaner/dind-cleaner/* /go/src/github.com/codefresh-io/dind-cleaner/
7
WORKDIR /go/src/github.com/codefresh-io/dind-cleaner/
8
RUN go mod tidy
@@ -13,7 +13,7 @@ RUN CGO_ENABLED=0 go build -o /usr/local/bin/dind-cleaner ./cmd && \
13
14
15
# bbolt
16
-FROM golang:1.25-alpine3.22 AS bbolt
+FROM golang:1.25-alpine3.23 AS bbolt
17
RUN go install go.etcd.io/bbolt/cmd/bbolt@latest
18
19
0 commit comments