File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
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.24 .0
9+ ARG BUILDX_VERSION=0.25 .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