3.6.13-prod-debian-10-r48 release

This commit is contained in:
Bitnami Bot
2021-04-08 10:21:18 +00:00
parent 35ce0100cf
commit 4c97d284eb
3 changed files with 3 additions and 3 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.6.13-prod-debian-10-r47" \
BITNAMI_IMAGE_VERSION="3.6.13-prod-debian-10-r48" \
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:3.6-prod-debian-10'
image: docker.io/bitnami/python:3.6-prod
ports:
- 8000:8000
volumes: