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 /dockerfiles
parent332e9b780a272125722e2f717b919ca401d8f1cd (diff)
Update Alpine to 3.13 to update Node.js to 14.16 (base image)
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-base6
1 files changed, 3 insertions, 3 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base
index 4df1aab1..8c0d62ae 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.2-alpine3.12
+FROM ruby:2.7.2-alpine3.13
MAINTAINER GitLab Technical Writing team
# Install dependencies
@@ -12,8 +12,9 @@ RUN apk add --no-cache -U \
curl \
git \
gnupg \
- gzip \
+ go \
grep \
+ gzip \
libcurl \
libxslt \
libxslt-dev \
@@ -24,7 +25,6 @@ RUN apk add --no-cache -U \
tar \
xz \
xz-dev \
- go \
yarn
# Do not install rdoc to save some space