Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSQLADM-543 CVE in percona/proxysql2:2.7.1 docker #1086

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading