3.7.9-debian-10-r52 release

This commit is contained in:
Bitnami Bot
2020-10-17 04:08:57 +00:00
parent 89a2f5ee76
commit 263a283c87
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/bitnami/minideb:buster-snapshot-20201015T205944Z
FROM docker.io/bitnami/minideb:buster-snapshot-20201016T205404Z
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV OS_ARCH="amd64" \
@@ -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-snapshot" \
BITNAMI_IMAGE_VERSION="3.7.9-debian-10-r51" \
BITNAMI_IMAGE_VERSION="3.7.9-debian-10-r52" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000