2.7.17-ol-7-r34 release

This commit is contained in:
Bitnami Bot
2019-11-20 03:30:51 +00:00
parent 17c4c207d5
commit 6b590b01cf
2 changed files with 3 additions and 3 deletions

View File

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