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>2023-01-30 07:06:04 +0300
committerEvan Read <eread@gitlab.com>2023-01-30 07:30:25 +0300
commitbb28ea4699a0dd1bed18376830e7610816897931 (patch)
tree33380836ca1e814a89c1dd55c309831325d44a05 /dockerfiles
parent4e4a6456a4d7c552537f4642960a75e69fc71ef4 (diff)
Make Ruby 3.0.5 the only ruby for the project
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/single.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/single.Dockerfile b/dockerfiles/single.Dockerfile
index 0308c49e..dc9c2e31 100644
--- a/dockerfiles/single.Dockerfile
+++ b/dockerfiles/single.Dockerfile
@@ -19,7 +19,7 @@ RUN apk add --no-cache git \
#- Start of builder stage -#
-FROM ruby:2.7.7-alpine3.16 AS builder
+FROM ruby:3.0.5-alpine3.16 AS builder
# Copy minifier binary from the minifier stage
COPY --from=minifier /minify /usr/local/bin/minify