From 3695315f8ae6d16078e59578139c77c8105fea62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jan 2024 08:23:54 +0000 Subject: [PATCH] fix: percona-xtradb-cluster-8.0/Dockerfile.k8s to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RHEL8-LIBCAP-5660406 - https://snyk.io/vuln/SNYK-RHEL8-LIBCAP-5660413 - https://snyk.io/vuln/SNYK-RHEL8-OPENSSLLIBS-5804834 - https://snyk.io/vuln/SNYK-RHEL8-SQLITELIBS-6140699 - https://snyk.io/vuln/SNYK-RHEL8-SYSTEMDLIBS-6137227 --- percona-xtradb-cluster-8.0/Dockerfile.k8s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percona-xtradb-cluster-8.0/Dockerfile.k8s b/percona-xtradb-cluster-8.0/Dockerfile.k8s index 5beecd78..d7d5457b 100644 --- a/percona-xtradb-cluster-8.0/Dockerfile.k8s +++ b/percona-xtradb-cluster-8.0/Dockerfile.k8s @@ -4,7 +4,7 @@ RUN git clone --branch=main https://github.com/percona/percona-xtradb-cluster-op WORKDIR /go/src/github.com/percona/percona-xtradb-cluster-operator/cmd/peer-list RUN go build -FROM redhat/ubi8-minimal +FROM redhat/ubi8-minimal:8.9-1108 # Please don't remove old-style LABEL since it's needed for RedHat certification LABEL name="Percona XtraBackup" \