From 4994c3d626996a6046464a27bc887be97824a199 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Oct 2022 02:33:24 +0000 Subject: [PATCH] fix: install/Dockerfile.vespa to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-CENTOS7-NSS-2308137 - https://snyk.io/vuln/SNYK-CENTOS7-NSSSYSINIT-2308141 - https://snyk.io/vuln/SNYK-CENTOS7-NSSTOOLS-2308139 - https://snyk.io/vuln/SNYK-CENTOS7-XZLIBS-2860632 - https://snyk.io/vuln/SNYK-CENTOS7-ZLIB-2434395 --- install/Dockerfile.vespa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/Dockerfile.vespa b/install/Dockerfile.vespa index 837505272..7652e7877 100644 --- a/install/Dockerfile.vespa +++ b/install/Dockerfile.vespa @@ -1,4 +1,4 @@ -FROM centos:7 +FROM centos:centos8 RUN yum -y install epel-release && \ yum -y install centos-release-scl && \