make buildx: update to buildx v0.3.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-10-14 19:02:03 +02:00
parent b6ae3c2058
commit 7eb804c934
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ARG GO_VERSION=1.12.10 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 ARG BUILDX_REPO=https://github.com/docker/buildx.git
FROM golang:${GO_VERSION}-stretch AS build FROM golang:${GO_VERSION}-stretch AS build