fix: use TAG in go container

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
FROM git.plabble.org/job79/fedora
FROM git.plabble.org/job79/fedora:${TAG}
USER root
RUN dnf -y install go
USER user