2.7.17-debian-10-r21-prod release

This commit is contained in:
Bitnami Bot
2020-02-18 20:34:15 +00:00
parent 9fbe46a3d2
commit 36d9f9e686
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/python:2.7.17-debian-10-r20 as development
FROM bitnami/python:2.7.17-debian-10-r21 as development
######
@@ -7,7 +7,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libbz2-1.0 libc6 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libtinfo6 procps sudo unzip zlib1g
RUN apt-get update && apt-get upgrade && \
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
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 && \
@@ -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="2.7.17-debian-10-r20-prod" \
BITNAMI_IMAGE_VERSION="2.7.17-debian-10-r21-prod" \
PATH="/opt/bitnami/python/bin:$PATH"
CMD [ "python" ]