Dockerfile: update buildx to v0.9.0

release notes: https://github.com/docker/buildx/releases/tag/v0.9.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2022-08-17 01:06:06 +02:00
parent 8ffaab8bb6
commit ad2bff2c0a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
ARG GO_VERSION=1.18.5
ARG BUILDX_VERSION=0.8.2
ARG BUILDX_VERSION=0.9.0
FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
FROM golang:${GO_VERSION}-alpine AS golang