From 0fd865e8e064076a9c823b444fe14895175dbc8e Mon Sep 17 00:00:00 2001 From: Job79 Date: Thu, 16 Oct 2025 17:23:28 +0200 Subject: [PATCH] ci: use base image from gitea --- containers/go/Containerfile | 2 +- containers/infra/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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