From 6ae6c9e878ca782803f819840a27245dffa075ac Mon Sep 17 00:00:00 2001 From: Vadim Yalovets Date: Mon, 16 Dec 2024 14:09:00 +0200 Subject: [PATCH] PSQLADM-543 CVE in percona/proxysql2:2.7.1 docker (#1086) --- orchestrator/Dockerfile | 1 + proxysql/Dockerfile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/orchestrator/Dockerfile b/orchestrator/Dockerfile index 51eded4f..c39b69f6 100644 --- a/orchestrator/Dockerfile +++ b/orchestrator/Dockerfile @@ -35,6 +35,7 @@ RUN set -ex; \ curl-minimal \ glibc \ krb5-libs \ + pam \ libnghttp2; \ \ microdnf clean all; \ diff --git a/proxysql/Dockerfile b/proxysql/Dockerfile index 2a988958..4e72c960 100644 --- a/proxysql/Dockerfile +++ b/proxysql/Dockerfile @@ -16,7 +16,7 @@ All the while getting the unlimited freedom that comes with a GPL license." LABEL org.opencontainers.image.license="GPL+" LABEL org.opencontainers.image.authors="info@percona.com" -ENV PXC_VERSION 8.0.37-29.1 +ENV PXC_VERSION 8.0.39-30.1 ENV PROXYSQL_VERSION 2.7.1-1.2 ENV OS_VER el9 ENV FULL_PERCONA_VERSION "$PXC_VERSION.$OS_VER" @@ -55,6 +55,7 @@ RUN set -ex; \ cpio \ tar; \ microdnf update -y glibc \ + pam \ krb5-libs; \ microdnf clean all; \ rm -rf /var/cache/dnf /var/cache/yum