Skip to content

Commit

Permalink
DOCKER_BUILDX_VERSION 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaosagnt committed May 27, 2023
1 parent ce4cf4b commit e594c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ RUN DOCKER_CHANNEL='stable'; \
done

# Docker cli plugins
ENV DOCKER_BUILDX_VERSION 0.7.1
ENV DOCKER_BUILDX_VERSION 0.10.5
RUN mkdir -p usr/local/lib/docker/cli-plugins; \
wget -O usr/local/lib/docker/cli-plugins/docker-buildx \
"https://github.com/docker/buildx/releases/download/v$DOCKER_BUILDX_VERSION/buildx-v$DOCKER_BUILDX_VERSION.linux-amd64"; \
Expand Down

0 comments on commit e594c5e

Please sign in to comment.