Skip to content
Merged
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
4 changes: 2 additions & 2 deletions proxysql/Dockerfile-proxysql3
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ 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.41-32.1
ENV PROXYSQL_VERSION 3.0.1-1.1
ENV PXC_VERSION 8.0.45-36.1
ENV PROXYSQL_VERSION 3.0.6-1.1
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "$PXC_VERSION.$OS_VER"
ENV FULL_PROXYSQL_VERSION "$PROXYSQL_VERSION.$OS_VER"
Expand Down
Loading