From 0ad42e25233121ee04a1511c64f7775794a74d5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jul 2021 07:08:16 +0000 Subject: [PATCH] fix: Dockerfile.bullseye to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-PERL-570802 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-1013422 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-1063182 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-584371 - https://snyk.io/vuln/SNYK-DEBIAN10-SUBVERSION-1071814 --- Dockerfile.bullseye | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 9b8367a..8e7d1a0 100644 --- a/Dockerfile.bullseye +++ b/Dockerfile.bullseye @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:experimental -FROM ruby:2.6.5-buster +FROM ruby:2.7.3-buster # Replace shell with bash so we can source files RUN rm /bin/sh && ln -s /bin/bash /bin/sh