Skip to content

Commit 2a92274

Browse files
committed
build: upgrade dependencies
1 parent 79e948a commit 2a92274

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG DOCKER_VERSION=29.1.2
22

33

44
# dind-cleaner
5-
FROM golang:1.25-alpine3.22 AS cleaner
5+
FROM golang:1.25-alpine3.23 AS cleaner
66
COPY cleaner/dind-cleaner/* /go/src/github.com/codefresh-io/dind-cleaner/
77
WORKDIR /go/src/github.com/codefresh-io/dind-cleaner/
88
RUN go mod tidy
@@ -13,7 +13,7 @@ RUN CGO_ENABLED=0 go build -o /usr/local/bin/dind-cleaner ./cmd && \
1313

1414

1515
# bbolt
16-
FROM golang:1.25-alpine3.22 AS bbolt
16+
FROM golang:1.25-alpine3.23 AS bbolt
1717
RUN go install go.etcd.io/bbolt/cmd/bbolt@latest
1818

1919

0 commit comments

Comments
 (0)