Merge pull request #2892 from crazy-max/undock-0.9.0

dockerfile: update undock to 0.9.0
This commit is contained in:
Tõnis Tiigi
2025-01-07 16:13:28 -08:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
ARG GOTESTSUM_VERSION=v1.12.0
ARG REGISTRY_VERSION=2.8.3
ARG BUILDKIT_VERSION=v0.18.2
ARG UNDOCK_VERSION=0.8.0
ARG UNDOCK_VERSION=0.9.0
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golatest