Skip to content

Commit 0e2d4fe

Browse files
authored
Merge pull request #5766 from thaJeztah/27.x_backport_bump_dev_tools
[27.x backport] Dockerfile: dev-container: update buildx v0.20.0, compose v2.32.4
2 parents 092d235 + fbc0a73 commit 0e2d4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ARG GO_VERSION=1.22.10
88
ARG XX_VERSION=1.6.1
99
ARG GOVERSIONINFO_VERSION=v1.3.0
1010
ARG GOTESTSUM_VERSION=v1.10.0
11-
ARG BUILDX_VERSION=0.18.0
12-
ARG COMPOSE_VERSION=v2.30.3
11+
ARG BUILDX_VERSION=0.20.0
12+
ARG COMPOSE_VERSION=v2.32.4
1313

1414
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
1515

0 commit comments

Comments
 (0)