Skip to content

Commit 2fac1bc

Browse files
Update docker Docker tag to v29.1.1 (#430)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 790e28f commit 2fac1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM docker:29.0.4@sha256:c9699f4fc7365e8daad3eb48ce3b62dc118b2a5267f7be7bcd3c4e4b2f1cfb4c AS download
1+
FROM docker:29.1.1@sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf AS download
22
RUN apk add curl
33
ENV BUILDX_VERSION=v0.30.1
44
RUN curl --fail -L -o /docker-buildx \
55
https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64
66

7-
FROM docker:29.0.4@sha256:c9699f4fc7365e8daad3eb48ce3b62dc118b2a5267f7be7bcd3c4e4b2f1cfb4c
7+
FROM docker:29.1.1@sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf
88
RUN mkdir -p ~/.docker/cli-plugins/
99
COPY --from=download /docker-buildx /root/.docker/cli-plugins/docker-buildx
1010
RUN chmod a+x ~/.docker/cli-plugins/docker-buildx

0 commit comments

Comments
 (0)