diff --git a/containers/go/Containerfile b/containers/go/Containerfile index 931895d..cc4ada4 100644 --- a/containers/go/Containerfile +++ b/containers/go/Containerfile @@ -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