3.7.9-debian-10-r118 release

This commit is contained in:
Bitnami Bot
2020-12-16 03:31:10 +00:00
parent 83f3f07f4e
commit cd0e121e8e
3 changed files with 8 additions and 8 deletions

View File

@@ -8,10 +8,10 @@ ENV OS_ARCH="amd64" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl git gzip libbz2-1.0 libc6 libffi6 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.1 libtinfo6 pkg-config procps tar unzip wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.9-12-linux-amd64-debian-10.tar.gz && \
echo "d2a48e568d81c594e94e6fd50228e468b5e64ca2cccbace3ddc694fda64ed61f /tmp/bitnami/pkg/cache/python-3.7.9-12-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.9-12-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.7.9-12-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.9-13-linux-amd64-debian-10.tar.gz && \
echo "97abdc3ab74a94d722e0f968476e41b5f7584af7d2af21f48009b992e1ba9364 /tmp/bitnami/pkg/cache/python-3.7.9-13-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.9-13-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-3.7.9-13-linux-amd64-debian-10.tar.gz
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 && \
@@ -19,7 +19,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.7.9-debian-10-r117" \
BITNAMI_IMAGE_VERSION="3.7.9-debian-10-r118" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000

View File

@@ -1,9 +1,9 @@
{
"python": {
"arch": "amd64",
"digest": "d2a48e568d81c594e94e6fd50228e468b5e64ca2cccbace3ddc694fda64ed61f",
"digest": "97abdc3ab74a94d722e0f968476e41b5f7584af7d2af21f48009b992e1ba9364",
"distro": "debian-10",
"type": "NAMI",
"version": "3.7.9-12"
"version": "3.7.9-13"
}
}