3.3.1-debian-10-r11 release

This commit is contained in:
Bitnami Bot
2022-04-05 05:34:36 +00:00
parent e01948f3a0
commit 3871f1bb1d
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/argo-workflow-exec/postunpack.sh
ENV APP_VERSION="3.3.1" \
BITNAMI_APP_NAME="argo-workflow-exec" \
BITNAMI_IMAGE_VERSION="3.3.1-debian-10-r10" \
BITNAMI_IMAGE_VERSION="3.3.1-debian-10-r11" \
PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-workflow-exec/bin:/opt/bitnami/argo-workflow-exec/hack:$PATH"
USER 1001