File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1818FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
1919
Original file line number Diff line number Diff 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
1010FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
1111
1212FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golang
You can’t perform that action at this time.
0 commit comments