Skip to content

Commit

Permalink
make buildx: update to buildx v0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Oct 21, 2019
1 parent b6ae3c2 commit 7eb804c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.buildx
@@ -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
Expand Down

0 comments on commit 7eb804c

Please sign in to comment.