mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:40:16 +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:b7e663fabda920f28abf26e7fbfe0867145645fdf3e47a42323147242151e066 AS final
|
||
|
|
COPY --from=image / /image
|