3.2.8-debian-10-r12 release

This commit is contained in:
Bitnami Bot
2022-02-17 17:48:25 +00:00
parent f62e533aea
commit 990450ad2e
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ RUN apt-get update && apt-get upgrade -y && \
COPY rootfs /
RUN /opt/bitnami/scripts/argo-workflow-exec/postunpack.sh
ENV BITNAMI_APP_NAME="argo-workflow-exec" \
BITNAMI_IMAGE_VERSION="3.2.8-debian-10-r11" \
BITNAMI_IMAGE_VERSION="3.2.8-debian-10-r12" \
PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-workflow-exec/bin:/opt/bitnami/argo-workflow-exec/hack:$PATH"
USER 1001