From f707723f633c56d6ce7f3a77c5268297796dc632 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 04:52:28 +0000 Subject: [PATCH] Update alpine/helm Docker tag to v3.16.1 --- examples/pachyderm-cd4ml/RSIDeployer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pachyderm-cd4ml/RSIDeployer/Dockerfile b/examples/pachyderm-cd4ml/RSIDeployer/Dockerfile index 16c70c2423..303756bfe9 100644 --- a/examples/pachyderm-cd4ml/RSIDeployer/Dockerfile +++ b/examples/pachyderm-cd4ml/RSIDeployer/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine/helm:3.4.2 +FROM alpine/helm:3.16.1 ADD ./charts /charts ADD ./deploy.sh / ENTRYPOINT [ "ash" ] \ No newline at end of file