8.0.27-19-debian-10-r27 release

This commit is contained in:
Bitnami Bot
2022-03-03 02:58:39 +00:00
parent 660b06e6d0
commit 9f2e1067b0
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="8.0.27-19-debian-10-r26" \
BITNAMI_IMAGE_VERSION="8.0.27-19-debian-10-r27" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:$PATH"
USER 1001