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>2022-06-09 07:01:52 +0300
committerEvan Read <eread@gitlab.com>2022-06-09 07:32:47 +0300
commit64e22d145e7267ba23827c65c0edc6429670d602 (patch)
tree3b5c8bb7b5a5cf2bbf8261ab06362b7330799349 /.gitlab-ci.yml
parent94853638d4f4861af9d83cdcfa4dfb4274b16591 (diff)
Update to latest Ruby 2.7.x and Alpine Linux in Docker images
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56270961..234a9f07 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,10 +43,10 @@ variables:
BRANCH_OPERATOR: 'master'
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'
- ALPINE_VERSION: '3.15'
- VALE_VERSION: '2.16.1'
+ ALPINE_VERSION: '3.16'
+ VALE_VERSION: '2.17.0'
MARKDOWNLINT_VERSION: '0.31.1'
- RUBY_VERSION: '2.7.5'
+ RUBY_VERSION: '2.7.6'
#
# Retry a job automatically if it fails (2 times)