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>
(cherry picked from commit 30b20a6bdd
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
0211909bde
commit
49e706e14c
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