0.24.4-debian-10-r9 release

This commit is contained in:
Bitnami Bot
2022-03-27 00:44:10 +00:00
parent a90445c21a
commit 40851643b3
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ RUN mkdir /.cache && chmod g+rwX /.cache
ENV APP_VERSION="0.24.4" \
BITNAMI_APP_NAME="trivy" \
BITNAMI_IMAGE_VERSION="0.24.4-debian-10-r8" \
BITNAMI_IMAGE_VERSION="0.24.4-debian-10-r9" \
PATH="/opt/bitnami/trivy/bin:$PATH"
USER 1001