Skip to content

Commit

Permalink
Merge pull request #5766 from thaJeztah/27.x_backport_bump_dev_tools
Browse files Browse the repository at this point in the history
[27.x backport] Dockerfile: dev-container: update buildx v0.20.0, compose v2.32.4
  • Loading branch information
vvoland authored Jan 21, 2025
2 parents 092d235 + fbc0a73 commit 0e2d4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ARG GO_VERSION=1.22.10
ARG XX_VERSION=1.6.1
ARG GOVERSIONINFO_VERSION=v1.3.0
ARG GOTESTSUM_VERSION=v1.10.0
ARG BUILDX_VERSION=0.18.0
ARG COMPOSE_VERSION=v2.30.3
ARG BUILDX_VERSION=0.20.0
ARG COMPOSE_VERSION=v2.32.4

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

Expand Down

0 comments on commit 0e2d4fe

Please sign in to comment.