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