Skip to content

Commit 42ce06a

Browse files
committed
Dockerfile: update buildx to v0.17.1
Update the buildx cli plugin used in the dev-container full diff: docker/buildx@0.16.1...0.17.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7b63045 commit 42ce06a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GO_VERSION=1.22.7
88
ARG XX_VERSION=1.5.0
99
ARG GOVERSIONINFO_VERSION=v1.3.0
1010
ARG GOTESTSUM_VERSION=v1.10.0
11-
ARG BUILDX_VERSION=0.16.1
11+
ARG BUILDX_VERSION=0.17.1
1212
ARG COMPOSE_VERSION=v2.29.0
1313

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

dockerfiles/Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG GO_VERSION=1.22.7
44
ARG ALPINE_VERSION=3.20
55

6-
ARG BUILDX_VERSION=0.16.1
6+
ARG BUILDX_VERSION=0.17.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)