From b59e3c6ff8e13ff5703c02f38bb269eb97b693bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:46:42 +0000 Subject: [PATCH] Update gitlab/gitlab-ce Docker tag to v19 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 44bb327..5fa62c3 100644 --- a/build-images.sh +++ b/build-images.sh @@ -39,7 +39,7 @@ buildah config --entrypoint=/ \ --label="org.nethserver.authorizations=traefik@any:routeadm cluster:accountconsumer node:fwadm" \ --label="org.nethserver.tcp-ports-demand=2" \ --label="org.nethserver.rootfull=0" \ - --label="org.nethserver.images=docker.io/gitlab/gitlab-ce:18.11.7-ce.0 docker.io/gitlab/gitlab-runner:v18.11.4" \ + --label="org.nethserver.images=docker.io/gitlab/gitlab-ce:19.2.0-ce.0 docker.io/gitlab/gitlab-runner:v18.11.4" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"