diff --git a/containers/go/Containerfile b/containers/go/Containerfile index 28a770a..9a1257c 100644 --- a/containers/go/Containerfile +++ b/containers/go/Containerfile @@ -1,2 +1,2 @@ -FROM ghcr.io/job79/base:latest +FROM git.plabble.org/job79/base:latest RUN dnf -y install go diff --git a/containers/infra/Containerfile b/containers/infra/Containerfile index e8ef727..8564ac2 100644 --- a/containers/infra/Containerfile +++ b/containers/infra/Containerfile @@ -1,2 +1,2 @@ -FROM ghcr.io/job79/base:latest +FROM git.plabble.org/job79/base:latest RUN dnf -y install kubectl