From 3096584ce1d33d2ac35b13bc1c99a5c70c551142 Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Thu, 2 Jan 2020 10:09:32 +0530 Subject: [PATCH] Use Debian Buster based Ruby images Signed-off-by: Balasankar "Balu" C --- Dockerfile.www-gitlab-com-2.7 | 2 +- scripts/custom-docker-build | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.www-gitlab-com-2.7 b/Dockerfile.www-gitlab-com-2.7 index e279803..828c130 100644 --- a/Dockerfile.www-gitlab-com-2.7 +++ b/Dockerfile.www-gitlab-com-2.7 @@ -1,4 +1,4 @@ -FROM ruby:2.7.0-slim-stretch +FROM ruby:2.7.0-slim-buster ADD /scripts/ /scripts/ RUN /scripts/install-www-gitlab-com diff --git a/scripts/custom-docker-build b/scripts/custom-docker-build index 05225c1..56cd17b 100755 --- a/scripts/custom-docker-build +++ b/scripts/custom-docker-build @@ -165,9 +165,9 @@ function parse_arguments() { read base read base_version - # Lock Ruby to Debian stretch + # Lock Ruby to Debian Buster case "$base" in - ruby) base_version="$base_version-stretch" ;; + ruby) base_version="$base_version-buster" ;; esac printf -- "-f Dockerfile.custom " "$base"