From 1e05b47548b876359ed8de555ea0432f217e354d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jun 2022 08:22:08 +0000 Subject: [PATCH] fix: extern/thrift/thrift/build/docker/old/centos-7.3/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-CENTOS7-NSS-2078613 - https://snyk.io/vuln/SNYK-CENTOS7-NSS-2308137 - https://snyk.io/vuln/SNYK-CENTOS7-NSSSYSINIT-2080438 - https://snyk.io/vuln/SNYK-CENTOS7-NSSSYSINIT-2308141 - https://snyk.io/vuln/SNYK-CENTOS7-NSSTOOLS-2078658 --- extern/thrift/thrift/build/docker/old/centos-7.3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/thrift/thrift/build/docker/old/centos-7.3/Dockerfile b/extern/thrift/thrift/build/docker/old/centos-7.3/Dockerfile index 096bbaa45f1..2ac5e0ef0ac 100644 --- a/extern/thrift/thrift/build/docker/old/centos-7.3/Dockerfile +++ b/extern/thrift/thrift/build/docker/old/centos-7.3/Dockerfile @@ -16,7 +16,7 @@ # - dotnet (will update to 2.0.0 separately) # - haxe (not in centos) -FROM centos:7.3.1611 +FROM centos:centos7 MAINTAINER Apache Thrift RUN yum install -y epel-release