2.7.18-debian-10-r199 release

This commit is contained in:
Bitnami Bot
2021-02-17 01:26:57 +00:00
parent 56f52450c4
commit 7233228bef
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/bitnami/minideb:buster-snapshot-20210216T023642Z
FROM docker.io/bitnami/minideb:buster-snapshot-20210216T152755Z
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV OS_ARCH="amd64" \
@@ -19,7 +19,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="2.7.18-debian-10-r198" \
BITNAMI_IMAGE_VERSION="2.7.18-debian-10-r199" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000