0.9.1-debian-10-r58 release

This commit is contained in:
Bitnami Bot
2022-03-23 04:02:46 +00:00
parent 78c369f5dc
commit 81398ccc88
2 changed files with 4 additions and 3 deletions

View File

@@ -17,8 +17,9 @@ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="nats-exporter" \
BITNAMI_IMAGE_VERSION="0.9.1-debian-10-r57" \
ENV APP_VERSION="0.9.1" \
BITNAMI_APP_NAME="nats-exporter" \
BITNAMI_IMAGE_VERSION="0.9.1-debian-10-r58" \
PATH="/opt/bitnami/nats-exporter/bin:$PATH"
EXPOSE 7777