2.5.1-debian-10-r8 release

This commit is contained in:
Bitnami Bot
2021-05-31 21:40:59 +00:00
parent 66489fbd21
commit e595d53bc0
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
ENV BITNAMI_APP_NAME="tensorflow-resnet" \
BITNAMI_IMAGE_VERSION="2.5.1-debian-10-r7" \
BITNAMI_IMAGE_VERSION="2.5.1-debian-10-r8" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/tensorflow-resnet/bin:$PATH"
USER 1001