2.2.1-debian-10-r25 release

This commit is contained in:
Bitnami Bot
2022-03-14 14:41:51 +00:00
parent ad3da755a5
commit 1af71c52b2
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="kong-ingress-controller" \
BITNAMI_IMAGE_VERSION="2.2.1-debian-10-r24" \
BITNAMI_IMAGE_VERSION="2.2.1-debian-10-r25" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong-ingress-controller/bin:$PATH"
USER 1001