mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Dockerfile.buildx: update buildx to v0.5.1
full diff: https://github.com/docker/buildx/compare/v0.3.1...v0.5.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
f266f13965
commit
30b20a6bdd
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