Files
sprout/hack/dev/utils/Dockerfile.copy-polyfill

5 lines
208 B
Docker
Raw Permalink Normal View History

ARG TARGET_IMAGE=scratch
FROM ${TARGET_IMAGE} AS image
FROM --platform=$BUILDPLATFORM debian:trixie@sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91 AS final
COPY --from=image / /image