mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 17:10:17 +00:00
5 lines
208 B
Docker
5 lines
208 B
Docker
ARG TARGET_IMAGE=scratch
|
|
FROM ${TARGET_IMAGE} AS image
|
|
FROM --platform=$BUILDPLATFORM debian:trixie@sha256:01a723bf5bfb21b9dda0c9a33e0538106e4d02cce8f557e118dd61259553d598 AS final
|
|
COPY --from=image / /image
|