Merge pull request #5089 from thaJeztah/bump_buildx

Dockerfile: update buildx to v0.14.1, compose v2.27.1
This commit is contained in:
Sebastiaan van Stijn 2024-05-27 14:27:21 +02:00 committed by GitHub
commit 90bd9c5308
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.21.10
ARG XX_VERSION=1.4.0 ARG XX_VERSION=1.4.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.12.1 ARG BUILDX_VERSION=0.14.1
ARG COMPOSE_VERSION=v2.24.3 ARG COMPOSE_VERSION=v2.27.1
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx