From 221f6d24e6bd68c8c3e2cef24434ea30f8c6bb45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Nov 2024 11:57:45 +0000 Subject: [PATCH] fix: 2.2/onbuild/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 - https://snyk.io/vuln/SNYK-DEBIAN8-LIBGD2-382974 --- 2.2/onbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.2/onbuild/Dockerfile b/2.2/onbuild/Dockerfile index 1c90bfd92d..21ee9608b5 100644 --- a/2.2/onbuild/Dockerfile +++ b/2.2/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.2 +FROM ruby:2.7.8 # throw errors if Gemfile has been modified since Gemfile.lock RUN bundle config --global frozen 1