2.6.1-debian-10-r9 release

This commit is contained in:
Bitnami Bot
2021-11-15 09:57:15 +00:00
parent e628a2f175
commit 9bad5149ae
2 changed files with 2 additions and 2 deletions

View File

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