1.21.5-debian-10-r14 release

This commit is contained in:
Bitnami Bot
2021-10-01 19:03:23 +00:00
parent 263966eaf4
commit f5895715fe
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="kubectl" \
BITNAMI_IMAGE_VERSION="1.21.5-debian-10-r13" \
BITNAMI_IMAGE_VERSION="1.21.5-debian-10-r14" \
PATH="/opt/bitnami/kubectl/bin:$PATH"
USER 1001