4.2.0-debian-10-r143 release

This commit is contained in:
Bitnami Bot
2022-04-04 05:39:43 +00:00
parent 35f7e01d2e
commit 197bf91f4e
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ RUN update-alternatives --set iptables /usr/sbin/iptables-legacy && \
ENV APP_VERSION="4.2.0" \
BITNAMI_APP_NAME="kiam" \
BITNAMI_IMAGE_VERSION="4.2.0-debian-10-r142" \
BITNAMI_IMAGE_VERSION="4.2.0-debian-10-r143" \
PATH="/opt/bitnami/kiam/bin:$PATH"
USER 1001