Skip to content

Commit 59a723b

Browse files
authored
Merge pull request #6012 from thaJeztah/bump_dev_tools
Dockerfile: update buildx to v0.23.0, compose v2.33.1
2 parents 6ca77b6 + 50900c0 commit 59a723b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ 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.20.1
16-
ARG COMPOSE_VERSION=v2.32.4
15+
ARG BUILDX_VERSION=0.23.0
16+
ARG COMPOSE_VERSION=v2.33.1
1717

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

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.20.1
9+
ARG BUILDX_VERSION=0.23.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)