1.23.5-debian-10-r13 release

This commit is contained in:
Bitnami Bot
2022-04-02 01:16:21 +00:00
parent 25f59d492c
commit bac4aba383
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-r12" \
BITNAMI_IMAGE_VERSION="1.23.5-debian-10-r13" \
PATH="/opt/bitnami/kubectl/bin:$PATH"
USER 1001