Skip to content

Commit b206927

Browse files
committed
Dockerfile: update buildx to v0.31.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 6b5acd3 commit b206927

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
@@ -25,7 +25,7 @@ ARG GOTESTSUM_VERSION=v1.13.0
2525
# BUILDX_VERSION sets the version of buildx to use for the e2e tests.
2626
# It must be a tag in the docker.io/docker/buildx-bin image repository
2727
# on Docker Hub.
28-
ARG BUILDX_VERSION=0.29.1
28+
ARG BUILDX_VERSION=0.31.1
2929

3030
# COMPOSE_VERSION is the version of compose to install in the dev container.
3131
# 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
@@ -10,7 +10,7 @@ ARG ALPINE_VERSION=3.23
1010
# BUILDX_VERSION sets the version of buildx to install in the dev container.
1111
# It must be a valid tag in the docker.io/docker/buildx-bin image repository
1212
# on Docker Hub.
13-
ARG BUILDX_VERSION=0.29.1
13+
ARG BUILDX_VERSION=0.31.1
1414
FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
1515

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

0 commit comments

Comments
 (0)