mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #41932 from thaJeztah/bump_buildx
Dockerfile.buildx: update buildx to v0.5.1
This commit is contained in:
commit
e64651075d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
ARG GO_VERSION=1.13.15
|
||||
ARG BUILDX_COMMIT=v0.3.1
|
||||
ARG BUILDX_COMMIT=v0.5.1
|
||||
ARG BUILDX_REPO=https://github.com/docker/buildx.git
|
||||
|
||||
FROM golang:${GO_VERSION}-buster AS build
|
||||
|
|
Loading…
Reference in a new issue