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