3.3.0-debian-10-r7 release

This commit is contained in:
Bitnami Bot
2022-03-22 03:06:28 +00:00
parent 42d47f45fe
commit a4c48c1f1d
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.3.0-debian-10-r6" \
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r7" \
PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-workflow-exec/bin:/opt/bitnami/argo-workflow-exec/hack:$PATH"
USER 1001