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 758270a commit 4aaa0f5Copy full SHA for 4aaa0f5
‎Dockerfile
@@ -95,8 +95,8 @@ RUN \
95
docker -v
96
97
# install Buildx
98
-ARG BUILDX_VERSION=v0.17.1
99
-ARG BUILDX_SHA=aa7a9778349e1a8ace685e4c51a1d33e7a9b0aa6925d1c625b09cb3800eba696
+ARG BUILDX_VERSION=v0.18.0
+ARG BUILDX_SHA=4fe2eb90ac22b27fa03734899fcf814aa1e214a4952b9b30b20d551baf1d9a5c
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