From a536359afabf0cc3c540b647afbf38af78dd958d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:00:58 +0000 Subject: [PATCH] Update gitlab/gitlab-runner Docker tag to v18.11.4 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 3ad91c3..44bb327 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.3" \ + --label="org.nethserver.images=docker.io/gitlab/gitlab-ce:18.11.7-ce.0 docker.io/gitlab/gitlab-runner:v18.11.4" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"