From 8fd307e6602dfa6fcb35fa47a57e4573e2f2063b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:37:45 +0000 Subject: [PATCH] Update gitlab/gitlab-ce Docker tag to v18.11.8 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 44bb327..f7ff9bb 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:18.11.8-ce.0 docker.io/gitlab/gitlab-runner:v18.11.4" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"