Skip to content

Commit

Permalink
Merge pull request #295 from crazy-max/update-buildx
Browse files Browse the repository at this point in the history
Update buildx
  • Loading branch information
crazy-max committed Feb 14, 2021
2 parents 636b454 + 616efcd commit e5f26cd
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 @@ -23,7 +23,7 @@ FROM deps AS test
COPY --from=docker /usr/local/bin/docker /usr/bin/
ARG TARGETOS
ARG TARGETARCH
ARG BUILDX_VERSION=v0.4.2
ARG BUILDX_VERSION=v0.5.1
ENV RUNNER_TEMP=/tmp/github_runner
ENV RUNNER_TOOL_CACHE=/tmp/github_tool_cache
RUN mkdir -p /usr/local/lib/docker/cli-plugins && \
Expand Down

0 comments on commit e5f26cd

Please sign in to comment.