1.23.5-debian-10-r15 release

This commit is contained in:
Bitnami Bot
2022-04-04 01:38:43 +00:00
parent 14682d95a0
commit 95cbdd32bf
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ RUN mkdir /.kube && chmod g+rwX /.kube
ENV APP_VERSION="1.23.5" \
BITNAMI_APP_NAME="kubectl" \
BITNAMI_IMAGE_VERSION="1.23.5-debian-10-r14" \
BITNAMI_IMAGE_VERSION="1.23.5-debian-10-r15" \
PATH="/opt/bitnami/kubectl/bin:$PATH"
USER 1001