From 0c7e592c6ffacd076b778ac4cf4b8fb820669458 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Nov 2024 12:13:49 +0000 Subject: [PATCH] fix: 2.1/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-340873 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 --- 2.1/onbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.1/onbuild/Dockerfile b/2.1/onbuild/Dockerfile index 9a9bdb7b6b..21ee9608b5 100644 --- a/2.1/onbuild/Dockerfile +++ b/2.1/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.1 +FROM ruby:2.7.8 # throw errors if Gemfile has been modified since Gemfile.lock RUN bundle config --global frozen 1