From c455b6ef95df73484ea0f2701c141bb54423ec85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 07:20:04 +0100 Subject: [PATCH] Update gitlab/gitlab-ce Docker tag to v17.5.1 (#1807) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../test/acceptance/docker/fixtures/GitLabContainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/GitLabContainer/Dockerfile b/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/GitLabContainer/Dockerfile index a8f33ba88..84174c3db 100644 --- a/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/GitLabContainer/Dockerfile +++ b/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/GitLabContainer/Dockerfile @@ -1,5 +1,5 @@ # Use the official GitLab Community Edition image as the base -FROM gitlab/gitlab-ce:17.5.0-ce.0 +FROM gitlab/gitlab-ce:17.5.1-ce.0 COPY create_user.rb /usr/bin/