1.23.5-debian-10-r11 release

This commit is contained in:
Bitnami Bot
2022-03-31 00:56:27 +00:00
parent bc24795800
commit fd63a01e1a
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-r10" \
BITNAMI_IMAGE_VERSION="1.23.5-debian-10-r11" \
PATH="/opt/bitnami/kubectl/bin:$PATH"
USER 1001