fix: use TAG in go container
All checks were successful
Build container / kali-build (push) Successful in 4m52s
Build container / fedora-build (push) Successful in 3m19s

This commit is contained in:
Job
2025-10-24 17:17:41 +02:00
parent aa3d5d5bb8
commit 407ba8afae

View File

@@ -1,5 +1,5 @@
ARG TAG ARG TAG
FROM git.plabble.org/job79/fedora FROM git.plabble.org/job79/fedora:${TAG}
USER root USER root
RUN dnf -y install go RUN dnf -y install go
USER user USER user