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.1.1 @sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf AS download
1+ FROM docker:29.1.2 @sha256:d47faf85fc5cb4283d7a20c95b6b02d012250b46ec26567554076e2767cb9093 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.1.1 @sha256:9b20eb23e1f0443655673efb9db76c4b18cc1b45de1fcf82b3c1b749b9647bdf
7+ FROM docker:29.1.2 @sha256:d47faf85fc5cb4283d7a20c95b6b02d012250b46ec26567554076e2767cb9093
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