1.57.0-debian-10-r34 release

This commit is contained in:
Bitnami Bot
2021-12-08 13:57:58 +00:00
parent f1a4edcf86
commit f116e9185a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="rclone" \
BITNAMI_IMAGE_VERSION="1.57.0-debian-10-r33" \
BITNAMI_IMAGE_VERSION="1.57.0-debian-10-r34" \
PATH="/opt/bitnami/rclone/bin:$PATH"
USER 1001