2.7.16-ol-7-r149 release

This commit is contained in:
Bitnami Bot
2019-08-09 02:53:16 +00:00
parent 73be066faa
commit 4670639f50
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-runtimes:7-r393
FROM bitnami/oraclelinux-runtimes:7-r394
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.16-0-linux-x86_64-ol-7.tar.gz
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="2.7.16-ol-7-r148" \
BITNAMI_IMAGE_VERSION="2.7.16-ol-7-r149" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000