1.0.5-debian-10-r120 release

This commit is contained in:
Bitnami Bot
2022-03-20 21:47:01 +00:00
parent d27c087e79
commit 7da459993a
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="wavefront-prometheus-storage-adapter" \
BITNAMI_IMAGE_VERSION="1.0.5-debian-10-r119" \
BITNAMI_IMAGE_VERSION="1.0.5-debian-10-r120" \
PATH="/opt/bitnami/wavefront-prometheus-storage-adapter/bin:$PATH"
USER 1001