From c220ac7f0955feebf4122446ba9fb30abfef1272 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Apr 2021 03:46:56 +0000 Subject: [PATCH] fix: app/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-461194 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-584364 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-584435 - https://snyk.io/vuln/SNYK-DEBIAN9-UNZIP-358298 - https://snyk.io/vuln/SNYK-DEBIAN9-WGET-342192 --- app/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index f5f1f79..39c466b 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,6 +1,6 @@ -ARG BASE=ruby:2.6.0 +ARG BASE=ruby:2 -FROM ruby:2.6.0 as base +FROM ruby:2 as base RUN bundle config --global frozen 1 RUN bundle config set without "development test"