3.6.9-ol-7-r168 release

This commit is contained in:
Bitnami Bot
2019-12-06 05:24:01 +00:00
parent 4a6062ad9f
commit 7bb0ea7d41
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-runtimes:7-r525
FROM bitnami/oraclelinux-runtimes:7-r526
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -9,7 +9,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
rm -rf /tmp/bitnami/pkg/cache/python-3.6.9-3-linux-x86_64-ol-7.tar.gz
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="3.6.9-ol-7-r167" \
BITNAMI_IMAGE_VERSION="3.6.9-ol-7-r168" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000