1.21.11-debian-10-r3 release

This commit is contained in:
Bitnami Bot
2022-03-22 22:46:57 +00:00
parent 6a1b2a9d07
commit a364ed4bee
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.21.11-debian-10-r2" \
ENV APP_VERSION="1.21.11" \
BITNAMI_APP_NAME="kubectl" \
BITNAMI_IMAGE_VERSION="1.21.11-debian-10-r3" \
PATH="/opt/bitnami/kubectl/bin:$PATH"
USER 1001