Skip to content

Commit f5f3b02

Browse files
authored
Merge pull request #6178 from thaJeztah/bump_dev_tools
Dockerfile: update Buildx v0.25.0, compose v2.38.2
2 parents 143f361 + e6b8cc1 commit f5f3b02

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ ARG GOTESTSUM_VERSION=v1.12.3
1919
# BUILDX_VERSION sets the version of buildx to use for the e2e tests.
2020
# It must be a tag in the docker.io/docker/buildx-bin image repository
2121
# on Docker Hub.
22-
ARG BUILDX_VERSION=0.24.0
23-
ARG COMPOSE_VERSION=v2.36.2
22+
ARG BUILDX_VERSION=0.25.0
23+
24+
# COMPOSE_VERSION is the version of compose to install in the dev container.
25+
# It must be a tag in the docker.io/docker/compose-bin image repository
26+
# on Docker Hub.
27+
ARG COMPOSE_VERSION=v2.38.2
2428

2529
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
2630

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.21
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.24.0
13+
ARG BUILDX_VERSION=0.25.0
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)