From c8fd118677a8fe351da8aa88ffe57a29f9c86e8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:46:49 +0000 Subject: [PATCH] Update gitlab/gitlab-runner 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..9f58b10 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.7-ce.0 docker.io/gitlab/gitlab-runner:v19.2.0" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"