Merge pull request #5616 from thaJeztah/27.x_backport_bump_compose_buildx

[27.x backport] Dockerfile: update buildx to v0.18.0, compose to v2.30.3
This commit is contained in:
Sebastiaan van Stijn 2024-11-14 14:42:31 +01:00 committed by GitHub
commit d515955b62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ ARG GO_VERSION=1.22.9
ARG XX_VERSION=1.5.0 ARG XX_VERSION=1.5.0
ARG GOVERSIONINFO_VERSION=v1.3.0 ARG GOVERSIONINFO_VERSION=v1.3.0
ARG GOTESTSUM_VERSION=v1.10.0 ARG GOTESTSUM_VERSION=v1.10.0
ARG BUILDX_VERSION=0.17.1 ARG BUILDX_VERSION=0.18.0
ARG COMPOSE_VERSION=v2.29.7 ARG COMPOSE_VERSION=v2.30.3
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx