Skip to content

Commit fdb75d2

Browse files
authored
Merge pull request #5765 from thaJeztah/bump_dev_tools
Dockerfile: dev-container: update buildx v0.20.0, compose v2.32.4
2 parents 55e6db5 + 1546f02 commit fdb75d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ARG GO_VERSION=1.23.4
88
ARG XX_VERSION=1.6.1
99
ARG GOVERSIONINFO_VERSION=v1.4.1
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)