3.2.9-debian-10-r6 release

This commit is contained in:
Bitnami Bot
2022-03-09 02:10:58 +00:00
parent 8dadee6f07
commit fa7128508f
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.9-debian-10-r5" \
BITNAMI_IMAGE_VERSION="3.2.9-debian-10-r6" \
PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-workflow-exec/bin:/opt/bitnami/argo-workflow-exec/hack:$PATH"
USER 1001