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 22:44:38 +0300
committerSarah German <sgerman@gitlab.com>2022-12-21 22:44:38 +0300
commit493bf4caa60a7ee8128809f31cdd92245abeea85 (patch)
treeca2de4d038cae35dbf16a17dc3997fb29f6cad6b
parent892bff46e01fb1a21de1c824be76343fe22077a7 (diff)
Update 15.7's dockerfile15.7-vars-backport
-rw-r--r--15.7.Dockerfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/15.7.Dockerfile b/15.7.Dockerfile
index 99a80a64..6e37e5a7 100644
--- a/15.7.Dockerfile
+++ b/15.7.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