Skip to content

Commit

Permalink
Update base-20.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisKofman committed Dec 27, 2023
1 parent 53744c5 commit d721987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/base-20.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ RUN export RUNNER_ARCH=${TARGETARCH} \
&& mkdir -p /usr/local/lib/docker/cli-plugins \
&& curl -fLo /usr/local/lib/docker/cli-plugins/docker-buildx \
"https://github.com/docker/buildx/releases/download/v${BUILDX_VERSION}/buildx-v${BUILDX_VERSION}.linux-${TARGETARCH}" \
&& chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx
&& chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx
#

0 comments on commit d721987

Please sign in to comment.