fix: use TAG in go container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user