Skip to content

Commit

Permalink
Update Dockerfile.linux.arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Ompragash authored Nov 6, 2024
1 parent 82928ae commit 9e69dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DOCKER_BUILDKIT=1
ENV BUILDKIT_PROGRESS=plain
ENV DOCKER_CLI_EXPERIMENTAL=enabled

ARG BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.14.1/buildx-v0.14.1.linux-arm64
ARG BUILDX_URL=https://github.com/docker/buildx/releases/download/v0.18.0/buildx-v0.18.0.linux-arm64

RUN mkdir -p $HOME/.docker/cli-plugins && \
wget -O $HOME/.docker/cli-plugins/docker-buildx $BUILDX_URL && \
Expand Down

0 comments on commit 9e69dba

Please sign in to comment.