From 407ba8afae323261f44776e9b859bb293b56f654 Mon Sep 17 00:00:00 2001 From: Job79 Date: Fri, 24 Oct 2025 17:17:41 +0200 Subject: [PATCH] fix: use TAG in go container --- containers/go/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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