0.17.0-debian-10-r257 release

This commit is contained in:
Bitnami Bot
2021-08-29 05:42:03 +00:00
parent 8729f3534d
commit e0ade988c7
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
RUN chmod +x /opt/bitnami/jsonnet/bin/jsonnet
ENV BITNAMI_APP_NAME="jsonnet" \
BITNAMI_IMAGE_VERSION="0.17.0-debian-10-r256" \
BITNAMI_IMAGE_VERSION="0.17.0-debian-10-r257" \
PATH="/opt/bitnami/jsonnet/bin:$PATH"
USER 1001