2.4.24-debian-10-r117 release

This commit is contained in:
Bitnami Bot
2022-01-15 19:55:55 +00:00
parent fad9d640e3
commit effbf2a9f8
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="percona-xtrabackup" \
BITNAMI_IMAGE_VERSION="2.4.24-debian-10-r116" \
BITNAMI_IMAGE_VERSION="2.4.24-debian-10-r117" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:$PATH"
USER 1001