diff --git a/bitnami/argo-workflow-exec/3/debian-10/Dockerfile b/bitnami/argo-workflow-exec/3/debian-10/Dockerfile index 489d9b8b119e..d638c50a79a6 100644 --- a/bitnami/argo-workflow-exec/3/debian-10/Dockerfile +++ b/bitnami/argo-workflow-exec/3/debian-10/Dockerfile @@ -8,7 +8,7 @@ ENV OS_ARCH="amd64" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl docker git gzip jq procps tar -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubectl" "1.23.4-1" --checksum 6902b6f1b8789063c43f81f89345ba53ee9bc7ae5ec61f1b4fd539fd653107dd +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubectl" "1.23.5-0" --checksum 9a06ebdade4183669a0a58a5c6288cdac368c3ed050ab0de44d9ac0116810590 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.3.0-0" --checksum 1db8ebc843b5700e7f764dea9ad4d01f4ca8777c7dd0a1e991bb83fbf8cef024 RUN apt-get update && apt-get upgrade -y && \ @@ -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-r4" \ + BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r5" \ PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-workflow-exec/bin:/opt/bitnami/argo-workflow-exec/hack:$PATH" USER 1001 diff --git a/bitnami/argo-workflow-exec/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/argo-workflow-exec/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 15b5c7cfbae9..2e0a98dfe9de 100644 --- a/bitnami/argo-workflow-exec/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/argo-workflow-exec/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -15,9 +15,9 @@ }, "kubectl": { "arch": "amd64", - "digest": "6902b6f1b8789063c43f81f89345ba53ee9bc7ae5ec61f1b4fd539fd653107dd", + "digest": "9a06ebdade4183669a0a58a5c6288cdac368c3ed050ab0de44d9ac0116810590", "distro": "debian-10", "type": "NAMI", - "version": "1.23.4-1" + "version": "1.23.5-0" } } \ No newline at end of file diff --git a/bitnami/argo-workflow-exec/README.md b/bitnami/argo-workflow-exec/README.md index c96972e462c6..2c377d21ec2f 100644 --- a/bitnami/argo-workflow-exec/README.md +++ b/bitnami/argo-workflow-exec/README.md @@ -42,7 +42,7 @@ Deploying Bitnami applications as Helm Charts is the easiest way to get started Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r4`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.0-debian-10-r4/3/debian-10/ Dockerfile) +* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r5`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.3.0-debian-10-r5/3/debian-10/ Dockerfile) Subscribe to project updates by watching the [bitnami/argo-workflow-exec GitHub repo](https://github.com/bitnami/bitnami-docker-argo-workflow-exec).