3.7.12-debian-10-r132 release

This commit is contained in:
Bitnami Bot
2022-01-14 15:35:55 +00:00
parent bffbf4cf69
commit 8e5175d4e6
2 changed files with 4 additions and 2 deletions

View File

@@ -12,12 +12,14 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "0368df8999ee3c2651c9e754426641876af96ce8f7be90650eaa1e5f4a435348 /tmp/bitnami/pkg/cache/python-3.7.12-12-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.12-12-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.7.12-12-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && \
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="3.7.12-debian-10-r131" \
BITNAMI_IMAGE_VERSION="3.7.12-debian-10-r132" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000