From 4044e91a4604ab1140bef695ba39ad2b2b5177aa Mon Sep 17 00:00:00 2001 From: Evan Read Date: Mon, 12 Oct 2020 16:14:22 +1000 Subject: Update Docker image to Ruby 2.7.2 --- dockerfiles/Dockerfile.gitlab-docs-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dockerfiles') diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base index d3d5c002..e2ba47a7 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.12 +FROM ruby:2.7.2-alpine3.12 MAINTAINER GitLab Technical Writing team # Install dependencies -- cgit v1.2.3