2.6.1-debian-10-r10 release

This commit is contained in:
Bitnami Bot
2021-11-16 14:47:43 +00:00
parent 9bad5149ae
commit 60815b3c56
2 changed files with 4 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-r9" \
BITNAMI_IMAGE_VERSION="2.6.1-debian-10-r10" \
PATH="/opt/bitnami/tensorflow-resnet/bin:/opt/bitnami/common/bin:$PATH"
USER 1001