3.10.0-debian-10-r21 release

This commit is contained in:
Bitnami Bot
2021-11-26 06:49:15 +00:00
parent 1dd68d1472
commit bb640c9cf3
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="3.10.0-debian-10-r20" \
BITNAMI_IMAGE_VERSION="3.10.0-debian-10-r21" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000