We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac94257 commit f64a91bCopy full SHA for f64a91b
‎Dockerfile
@@ -95,8 +95,8 @@ RUN \
95
docker -v
96
97
# install Buildx
98
-ARG BUILDX_VERSION=v0.16.1
99
-ARG BUILDX_SHA=62c2cb471c765b48a2b6fd0c09c8149b789695eb631bc1b7b60c047f75907f3f
+ARG BUILDX_VERSION=v0.16.2
+ARG BUILDX_SHA=43e4c928a0be38ab34e206c82957edfdd54f3e7124f1dadd7779591c3acf77ea
100
RUN \
101
BUILDX_DOWNLOAD_FILE=buildx-${BUILDX_VERSION}.linux-amd64 && \
102
wget https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64 && \
0 commit comments