2.7.18-debian-10-r246 release

This commit is contained in:
Bitnami Bot
2021-04-08 01:02:10 +00:00
parent 5a1bf13e6b
commit 5edb37d5be
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/bitnami/minideb:buster-snapshot-20210406T204006Z-amd64
FROM docker.io/bitnami/minideb:buster-snapshot-20210407T210835Z-amd64
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-r245" \
BITNAMI_IMAGE_VERSION="2.7.18-debian-10-r246" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000

View File

@@ -3,7 +3,7 @@ version: '2'
services:
python:
tty: true # Enables debugging capabilities when attached to this container.
image: 'docker.io/bitnami/python-snapshot:2-debian-10'
image: docker.io/bitnami/python-snapshot:2
ports:
- 8000:8000
volumes: