Skip to content

Commit 9eae2a8

Browse files
committed
Dockerfile: update buildx to v0.24.0
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a29e53d commit 9eae2a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG GOTESTSUM_VERSION=v1.12.0
1212
# BUILDX_VERSION sets the version of buildx to use for the e2e tests.
1313
# It must be a tag in the docker.io/docker/buildx-bin image repository
1414
# on Docker Hub.
15-
ARG BUILDX_VERSION=0.23.0
15+
ARG BUILDX_VERSION=0.24.0
1616
ARG COMPOSE_VERSION=v2.35.1
1717

1818
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
@@ -6,7 +6,7 @@ ARG ALPINE_VERSION=3.21
66
# BUILDX_VERSION sets the version of buildx to install in the dev container.
77
# It must be a valid tag in the docker.io/docker/buildx-bin image repository
88
# on Docker Hub.
9-
ARG BUILDX_VERSION=0.23.0
9+
ARG BUILDX_VERSION=0.24.0
1010
FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
1111

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

0 commit comments

Comments
 (0)