@@ -15,7 +15,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
15
15
RUN install_packages ca-certificates curl
16
16
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
17
17
COMPONENTS=( \
18
- "argo-workflows-3.6.4-2 -linux-${OS_ARCH}-debian-12" \
18
+ "argo-workflows-3.6.5-0 -linux-${OS_ARCH}-debian-12" \
19
19
) ; \
20
20
for COMPONENT in "${COMPONENTS[@]}" ; do \
21
21
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -38,13 +38,13 @@ ENV OS_ARCH="${TARGETARCH:-amd64}"
38
38
39
39
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
40
40
org.opencontainers.image.base.name="scratch" \
41
- org.opencontainers.image.created="2025-03-04T21:24:30Z " \
41
+ org.opencontainers.image.created="2025-03-11T11:34:47Z " \
42
42
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
43
43
org.opencontainers.image.licenses="Apache-2.0" \
44
- org.opencontainers.image.ref.name="3.6.4 -debian-12-r3 " \
44
+ org.opencontainers.image.ref.name="3.6.5 -debian-12-r0 " \
45
45
org.opencontainers.image.title="argo-workflow-cli" \
46
46
org.opencontainers.image.vendor="Broadcom, Inc." \
47
- org.opencontainers.image.version="3.6.4 "
47
+ org.opencontainers.image.version="3.6.5 "
48
48
49
49
COPY rootfs /
50
50
COPY --from=builder /opt/bitnami/argo-workflows/hack/nsswitch.conf /etc/nsswitch.conf
@@ -53,7 +53,7 @@ COPY --from=builder /opt/bitnami/argo-workflows/hack/ssh_known_hosts /etc/ssh/ss
53
53
COPY --from=builder /opt/bitnami/argo-workflows/.spdx-argo-workflows.spdx /opt/bitnami/argo-workflows/.spdx-argo-workflows.spdx
54
54
COPY --from=builder /opt/bitnami/argo-workflows/licenses /opt/bitnami/argo-workflows/licenses
55
55
56
- ENV APP_VERSION="3.6.4 " \
56
+ ENV APP_VERSION="3.6.5 " \
57
57
BITNAMI_APP_NAME="argo-workflow-cli"
58
58
59
59
USER 1001
0 commit comments