Skip to content

Commit

Permalink
PSQLADM-543 CVE in percona/proxysql2:2.7.1 docker (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho authored Dec 16, 2024
1 parent c496a65 commit 6ae6c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions orchestrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -ex; \
curl-minimal \
glibc \
krb5-libs \
pam \
libnghttp2; \
\
microdnf clean all; \
Expand Down
3 changes: 2 additions & 1 deletion proxysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]"

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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6ae6c9e

Please sign in to comment.