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:
authorSarah German <sgerman@gitlab.com>2022-12-21 21:15:46 +0300
committerPhillip Wells <pwells@gitlab.com>2022-12-21 21:15:46 +0300
commit22a1286e60d385e8d318a0349bb667d6dc18e16b (patch)
tree4a268709dbda39481368a6337287debfdb34924b /dockerfiles
parent13fccf1ebd2a129cf4faa1a49ba013e16a286ae4 (diff)
Put Alpine and Ruby versions back in single.Dockerfile
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/single.Dockerfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/dockerfiles/single.Dockerfile b/dockerfiles/single.Dockerfile
index 6f578538..ec603f79 100644
--- a/dockerfiles/single.Dockerfile
+++ b/dockerfiles/single.Dockerfile
@@ -19,11 +19,7 @@ RUN apk add --no-cache git \
#- Start of builder stage -#
-# RUBY_VERSION and ALPINE_VERSION are defined in ../.gitlab-ci.yml
-ARG RUBY_VERSION
-ARG ALPINE_VERSION
-
-FROM ruby:${RUBY_VERSION}-alpine${ALPINE_VERSION} AS builder
+FROM ruby:2.7.7-alpine3.16 AS builder
# Copy minifier binary from the minifier stage
COPY --from=minifier /minify /usr/local/bin/minify