Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2023-03-14 02:49:41 +0300
committerEvan Read <eread@gitlab.com>2023-03-14 02:55:55 +0300
commitb14d426b2131410a503375d7e902f61f9746e2db (patch)
treee9d955e21ee92dc617663cbb22304ac2ce3d87f1
parented1c454a010ea13c7e4325e178b5307d0fb4f78c (diff)
Use Ruby 3.2.1-based Docker image
-rw-r--r--.gitlab/ci/rules.gitlab-ci.yml2
-rw-r--r--.gitlab/ci/test.gitlab-ci.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml
index 0225fc01..7c1b0bea 100644
--- a/.gitlab/ci/rules.gitlab-ci.yml
+++ b/.gitlab/ci/rules.gitlab-ci.yml
@@ -3,7 +3,7 @@
###############################################
default:
- image: registry.gitlab.com/gitlab-org/gitlab-docs/base:alpine-3.16-ruby-3.0.5-2a7e4d1c
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/base:alpine-3.17-ruby-3.2.1-f53af000
tags:
- gitlab-org
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index 89600960..c52d02c7 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -6,7 +6,7 @@
# Test the links in the global nav for all MRs in `gitlab-docs`
#
test_global_nav_links:
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-3.0.5-2a7e4d1c
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.1-f53af000
extends:
- .rules_site_tests
- .bundle
@@ -181,7 +181,7 @@ test_EOL_whitespace:
- .rules_chores
- .bundle
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-3.0.5-2a7e4d1c
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.1-f53af000
needs: []
before_script: []
dependencies: []
@@ -198,7 +198,7 @@ test_unlinked_images:
- .rules_chores
- .bundle
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-3.0.5-2a7e4d1c
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.17-ruby-3.2.1-f53af000
needs: []
before_script: []
dependencies: []