1.4.1-ol-7-r8 release

This commit is contained in:
Bitnami Bot
2019-06-06 06:14:58 +00:00
parent 09d75591b3
commit 84d86bff23
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras-base:7-r307
FROM bitnami/oraclelinux-extras-base:7-r308
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@@ -15,7 +15,7 @@ RUN . ./libcomponent.sh && component_unpack "mxnet" "1.4.1-0" --checksum a49753b
COPY rootfs /
RUN /prepare.sh
ENV BITNAMI_APP_NAME="mxnet" \
BITNAMI_IMAGE_VERSION="1.4.1-ol-7-r7" \
BITNAMI_IMAGE_VERSION="1.4.1-ol-7-r8" \
LD_LIBRARY_PATH="/opt/bitnami/python/lib/:$LD_LIBRARY_PATH" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/python/bin:$PATH"