make buildx: update to buildx v0.3.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
b6ae3c2058
commit
7eb804c934
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
ARG GO_VERSION=1.12.10
|
||||
ARG BUILDX_COMMIT=v0.3.0
|
||||
ARG BUILDX_COMMIT=v0.3.1
|
||||
ARG BUILDX_REPO=https://github.com/docker/buildx.git
|
||||
|
||||
FROM golang:${GO_VERSION}-stretch AS build
|
||||
|
|
Loading…
Reference in a new issue