Add label source to dockerfile

This commit is contained in:
Erwan Hervé
2025-10-07 09:52:11 +02:00
committed by GitHub
parent 9a2b0e2cff
commit 5930ed17bf

View File

@@ -1,6 +1,6 @@
FROM golang:1.25-trixie AS golang
FROM debian:trixie
LABEL org.opencontainers.image.source="https://github.com/eduardolat/pgbackweb"
# Declare ARG to make it available in the RUN commands
ARG TARGETPLATFORM
RUN echo "Building for ${TARGETPLATFORM}"