2.4.24-debian-10-r47 release

This commit is contained in:
Bitnami Bot
2021-11-01 22:34:36 +00:00
parent b615edc9ff
commit aa13b6860d
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="percona-xtrabackup" \
BITNAMI_IMAGE_VERSION="2.4.24-debian-10-r46" \
BITNAMI_IMAGE_VERSION="2.4.24-debian-10-r47" \
PATH="/opt/bitnami/mysql/bin:$PATH"
USER 1001