File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM docker:29.0.4 @sha256:c9699f4fc7365e8daad3eb48ce3b62dc118b2a5267f7be7bcd3c4e4b2f1cfb4c AS download
1+ FROM docker:29.1.1 @sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf AS download
22RUN apk add curl
33ENV BUILDX_VERSION=v0.30.1
44RUN 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
88RUN mkdir -p ~/.docker/cli-plugins/
99COPY --from=download /docker-buildx /root/.docker/cli-plugins/docker-buildx
1010RUN chmod a+x ~/.docker/cli-plugins/docker-buildx
You can’t perform that action at this time.
0 commit comments