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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2021-04-28 09:03:17 +0300
committerEvan Read <eread@gitlab.com>2021-04-28 09:03:17 +0300
commit9d4b570d534853bdfc72993fdecf72e7da8886b3 (patch)
treeb05bf1007ac1214b4a6c0b6b067816fa6f22115e /.gitlab-ci.yml
parent332e9b780a272125722e2f717b919ca401d8f1cd (diff)
Update Alpine to 3.13 to update Node.js to 14.16 (base image)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dc374beb..c533c214 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,8 +34,8 @@ variables:
BRANCH_CHARTS: 'master'
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'
- ALPINE_VERSION: '3.12'
- VALE_VERSION: '2.8.0'
+ ALPINE_VERSION: '3.13'
+ VALE_VERSION: '2.10.2'
MARKDOWNLINT_VERSION: '0.26.0'
RUBY_VERSION: '2.7.2'