From 23fc945e2d9be24990f62c36936e9fcbfaca4493 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Feb 2022 14:27:48 +0000 Subject: [PATCH] fix: test/_centos_7.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-CENTOS7-GLIB2-2182590 - 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-OPENSSLLIBS-2178963 --- test/_centos_7.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/_centos_7.Dockerfile b/test/_centos_7.Dockerfile index 355f4fdb..6abd450c 100644 --- a/test/_centos_7.Dockerfile +++ b/test/_centos_7.Dockerfile @@ -1,4 +1,4 @@ -FROM centos:7 +FROM centos:latest RUN yum install -y git ENV GITDIR /etc/.pihole