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 246f7d7 commit 98bf3b6Copy full SHA for 98bf3b6
‎Dockerfile
@@ -95,8 +95,8 @@ RUN \
95
docker -v
96
97
# install Buildx
98
-ARG BUILDX_VERSION=v0.16.0
99
-ARG BUILDX_SHA=9a9a6ca0b929a57db01020fb226b1a2ea2bc57eba63d4adec46c43d0009506e2
+ARG BUILDX_VERSION=v0.16.1
+ARG BUILDX_SHA=62c2cb471c765b48a2b6fd0c09c8149b789695eb631bc1b7b60c047f75907f3f
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