From 9692b46526f65d2ddfef34a677a0ec5ff6baa850 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 4 Sep 2021 10:40:08 +0200 Subject: [PATCH] fix: issue-reproduction/Dockerfile-pact-broker to reduce vulnerabilities (#491) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569446 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569446 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 --- issue-reproduction/Dockerfile-pact-broker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue-reproduction/Dockerfile-pact-broker b/issue-reproduction/Dockerfile-pact-broker index b444041ea..2710b0991 100644 --- a/issue-reproduction/Dockerfile-pact-broker +++ b/issue-reproduction/Dockerfile-pact-broker @@ -1,4 +1,4 @@ -FROM ruby:2.7.3-alpine +FROM ruby:2.7-alpine RUN apk update \ && apk --no-cache add \