1.23.5-debian-10-r3 release

This commit is contained in:
Bitnami Bot
2022-03-22 22:54:14 +00:00
parent a364ed4bee
commit 5863bb2698
2 changed files with 4 additions and 3 deletions

View File

@@ -18,8 +18,9 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chmod g+rwX /opt/bitnami
RUN mkdir /.kube && chmod g+rwX /.kube
ENV BITNAMI_APP_NAME="kubectl" \
BITNAMI_IMAGE_VERSION="1.23.5-debian-10-r2" \
ENV APP_VERSION="1.23.5" \
BITNAMI_APP_NAME="kubectl" \
BITNAMI_IMAGE_VERSION="1.23.5-debian-10-r3" \
PATH="/opt/bitnami/kubectl/bin:$PATH"
USER 1001