3.8.1-debian-10-r12-prod release

This commit is contained in:
Bitnami Bot
2020-02-07 15:03:42 +00:00
parent 65772abbb3
commit 3ee89b3f3f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/python:3.8.1-debian-10-r11 as development
FROM bitnami/python:3.8.1-debian-10-r12 as development
######
@@ -16,7 +16,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
COPY --from=development /opt/bitnami/python /opt/bitnami/python
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="3.8.1-debian-10-r11-prod" \
BITNAMI_IMAGE_VERSION="3.8.1-debian-10-r12-prod" \
PATH="/opt/bitnami/python/bin:$PATH"
CMD [ "python" ]