Skip to content

Commit e6b8cc1

Browse files
committed
Dockerfile: update buildx to v0.25.0
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 50fa436 commit e6b8cc1

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
@@ -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.24.0
15+
ARG BUILDX_VERSION=0.25.0
1616

1717
# COMPOSE_VERSION is the version of compose to install in the dev container.
1818
# It must be a tag in the docker.io/docker/compose-bin image repository

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.24.0
9+
ARG BUILDX_VERSION=0.25.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)