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:
-rw-r--r--.gitlab-ci.yml6
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-base2
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d955d33f..f04474e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,9 +37,9 @@ variables:
BRANCH_CHARTS: 'master'
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'
- ALPINE_VERSION: '3.14'
- VALE_VERSION: '2.12.0'
- MARKDOWNLINT_VERSION: '0.29.0'
+ ALPINE_VERSION: '3.15'
+ VALE_VERSION: '2.14.0'
+ MARKDOWNLINT_VERSION: '0.30.0'
RUBY_VERSION: '2.7.5'
#
diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base
index 894ac20b..476f1656 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-base
+++ b/dockerfiles/Dockerfile.gitlab-docs-base
@@ -2,7 +2,7 @@
# Image that contains all Nanoc dependencies and tools that
# are needed to build the docs site and run the tests.
#
-FROM ruby:2.7.4-alpine3.14
+FROM ruby:2.7.5-alpine3.15
MAINTAINER GitLab Technical Writing team
# Install dependencies