This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 10cd91f4f0b79160191a963d6bfa3edef45ae8fc
Author: snyk-bot <snyk-...@snyk.io>
AuthorDate: Thu Aug 11 01:13:05 2022 +0000

    fix: docker/dockerfile/cluster/base/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-NSSTOOLS-2308139
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSUTIL-2078546
    
    fix: docker/dockerfile/cluster/client/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-NSSTOOLS-2078658
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSTOOLS-2308139
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSUTIL-2078546
    
    fix: docker/dockerfile/cluster/hbase/Dockerfile to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSSYSINIT-2080438
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSSYSINIT-2308141
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSTOOLS-2078658
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSTOOLS-2308139
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSUTIL-2078546
    
    fix: docker/dockerfile/cluster/kerberos/Dockerfile to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSSYSINIT-2080438
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSSYSINIT-2308141
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSTOOLS-2078658
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSTOOLS-2308139
    - https://snyk.io/vuln/SNYK-CENTOS7-NSSUTIL-2078546
---
 docker/dockerfile/cluster/base/Dockerfile     | 2 +-
 docker/dockerfile/cluster/client/Dockerfile   | 2 +-
 docker/dockerfile/cluster/hbase/Dockerfile    | 2 +-
 docker/dockerfile/cluster/kerberos/Dockerfile | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/dockerfile/cluster/base/Dockerfile 
b/docker/dockerfile/cluster/base/Dockerfile
index ebfe2277cb..6ed4417973 100644
--- a/docker/dockerfile/cluster/base/Dockerfile
+++ b/docker/dockerfile/cluster/base/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM centos:7.3.1611
+FROM centos:7
 MAINTAINER kylin
 
 USER root
diff --git a/docker/dockerfile/cluster/client/Dockerfile 
b/docker/dockerfile/cluster/client/Dockerfile
index 404a08b613..f28b49bc99 100644
--- a/docker/dockerfile/cluster/client/Dockerfile
+++ b/docker/dockerfile/cluster/client/Dockerfile
@@ -42,7 +42,7 @@ ARG KAFKA_VERSION=2.0.0
 FROM bitnami/kafka:${KAFKA_VERSION} AS kafka
 ENV KAFKA_VERSION ${KAFKA_VERSION}
 
-FROM centos:7.3.1611
+FROM centos:7
 MAINTAINER kylin
 USER root
 
diff --git a/docker/dockerfile/cluster/hbase/Dockerfile 
b/docker/dockerfile/cluster/hbase/Dockerfile
index 22daf45147..556c96c506 100644
--- a/docker/dockerfile/cluster/hbase/Dockerfile
+++ b/docker/dockerfile/cluster/hbase/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM centos:7.3.1611
+FROM centos:7
 MAINTAINER kylin
 USER root
 
diff --git a/docker/dockerfile/cluster/kerberos/Dockerfile 
b/docker/dockerfile/cluster/kerberos/Dockerfile
index bc46f23b9a..e3fc1519a2 100644
--- a/docker/dockerfile/cluster/kerberos/Dockerfile
+++ b/docker/dockerfile/cluster/kerberos/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM centos:7.3.1611
+FROM centos:7
 MAINTAINER kylin
 
 USER root

Reply via email to