Skip to content

Commit aec24ba

Browse files
authored
Merge pull request #6553 from thaJeztah/update_utils
Dockerfile: update buildx to v0.29.1, compose v2.40.0
2 parents 01febbc + 830e1d6 commit aec24ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ ARG GOTESTSUM_VERSION=v1.12.3
2222
# BUILDX_VERSION sets the version of buildx to use for the e2e tests.
2323
# It must be a tag in the docker.io/docker/buildx-bin image repository
2424
# on Docker Hub.
25-
ARG BUILDX_VERSION=0.25.0
25+
ARG BUILDX_VERSION=0.29.1
2626

2727
# COMPOSE_VERSION is the version of compose to install in the dev container.
2828
# It must be a tag in the docker.io/docker/compose-bin image repository
2929
# on Docker Hub.
30-
ARG COMPOSE_VERSION=v2.38.2
30+
ARG COMPOSE_VERSION=v2.40.0
3131

3232
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
3333

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.22
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.25.0
13+
ARG BUILDX_VERSION=0.29.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)