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>2020-08-24 05:16:10 +0300
committerEvan Read <eread@gitlab.com>2020-08-24 05:16:10 +0300
commit84c16e67a1f110ac649b78dc49cecfbb6eae1566 (patch)
tree5a8b9e5a2bb23c50c3136c55ccaa002a97871bf8 /dockerfiles
parentf0deaa37392a0a3c2345f5eac19b4f3683d09c6c (diff)
Update to Alpine 3.12
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-base2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base
index 1dbbb946..99b85580 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.6.6-alpine3.11
+FROM ruby:2.6.6-alpine3.12
MAINTAINER GitLab Documentation Team
# Install dependencies