mirror of
https://github.com/bitnami/containers.git
synced 2026-02-25 15:47:42 +08:00
3.7.7-debian-10-r0-prod release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/python:3.7.6-debian-10-r41 as development
|
||||
FROM bitnami/python:3.7.7-debian-10-r0 as development
|
||||
|
||||
######
|
||||
|
||||
@@ -13,10 +13,11 @@ 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
|
||||
|
||||
COPY --from=development /licenses /licenses
|
||||
COPY --from=development /opt/bitnami/python /opt/bitnami/python
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.6-debian-10-r42-prod" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.7-debian-10-r0-prod" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD [ "python" ]
|
||||
|
||||
Reference in New Issue
Block a user