0.18.0-debian-10-r89 release

This commit is contained in:
Bitnami Bot
2022-03-22 17:19:03 +00:00
parent df95600d71
commit 7e2f5c2f28
2 changed files with 4 additions and 3 deletions

View File

@@ -18,8 +18,9 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chmod g+rwX /opt/bitnami
RUN chmod +x /opt/bitnami/jsonnet/bin/jsonnet
ENV BITNAMI_APP_NAME="jsonnet" \
BITNAMI_IMAGE_VERSION="0.18.0-debian-10-r88" \
ENV APP_VERSION="0.18.0" \
BITNAMI_APP_NAME="jsonnet" \
BITNAMI_IMAGE_VERSION="0.18.0-debian-10-r89" \
PATH="/opt/bitnami/jsonnet/bin:$PATH"
USER 1001