From 5940657b1b8597c58d7edbbe3be9bca298784a6b Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 9 Jul 2021 13:46:47 +0300 Subject: [PATCH] fix: Dockerfile-bundle-base to reduce vulnerabilities (#55) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1246345 --- Dockerfile-bundle-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-bundle-base b/Dockerfile-bundle-base index 0e48d38d..06910876 100644 --- a/Dockerfile-bundle-base +++ b/Dockerfile-bundle-base @@ -1,4 +1,4 @@ -FROM ruby:2.7.2-alpine +FROM ruby:2.7.3-alpine # Installation path ENV HOME=/pact_broker