2.7.17-ol-7-r53 release

This commit is contained in:
Bitnami Bot
2019-12-07 03:26:12 +00:00
parent 664501ca0f
commit 074a070fb2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-runtimes:7-r526
FROM bitnami/oraclelinux-runtimes:7-r527
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-2.7.17-1-linux-x86_64-ol-7.tar.gz
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="2.7.17-ol-7-r52" \
BITNAMI_IMAGE_VERSION="2.7.17-ol-7-r53" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000