Skip to content

Commit d00e1ab

Browse files
committed
Dockerfile: update buildx to v0.16.1
This is the version used in the dev-container, and for testing. release notes: https://github.com/docker/buildx/releases/tag/v0.16.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 26b412e commit d00e1ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GO_VERSION=1.21.12
88
ARG XX_VERSION=1.4.0
99
ARG GOVERSIONINFO_VERSION=v1.3.0
1010
ARG GOTESTSUM_VERSION=v1.10.0
11-
ARG BUILDX_VERSION=0.15.1
11+
ARG BUILDX_VERSION=0.16.1
1212
ARG COMPOSE_VERSION=v2.28.0
1313

1414
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx

dockerfiles/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG GO_VERSION=1.21.12
44
ARG ALPINE_VERSION=3.20
55

6-
ARG BUILDX_VERSION=0.15.1
6+
ARG BUILDX_VERSION=0.16.1
77
FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
88

99
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golang

0 commit comments

Comments
 (0)