chore: use actual scratch container as empty (scratch) container

This commit is contained in:
Kjeld Schouten
2024-10-19 16:43:24 +02:00
parent 781ec15631
commit 0f7850e2b0
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM hello-world:latest@sha256:d211f485f2dd1dee407a80973c8f129f00d54604d2c90732e8e320e5038a0348
FROM scratch
LABEL org.opencontainers.image.licenses="BSD-3-Clause"
LABEL org.opencontainers.image.title="${CONTAINER_NAME}"