From 43b987daec37934bd54acb4788adfed17ff854c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:25:46 +0000 Subject: [PATCH] build(deps): bump helmfile/helmfile from v0.169.1 to v0.170.1 Bumps [helmfile/helmfile](https://github.com/helmfile/helmfile) from v0.169.1 to v0.170.1. - [Release notes](https://github.com/helmfile/helmfile/releases) - [Changelog](https://github.com/helmfile/helmfile/blob/main/.goreleaser.yml) - [Commits](https://github.com/helmfile/helmfile/compare/v0.169.1...v0.170.1) --- updated-dependencies: - dependency-name: helmfile/helmfile dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77dd3a1..06ac766 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/helmfile/helmfile:v0.169.1 +FROM ghcr.io/helmfile/helmfile:v0.170.1 ENV XDG_CONFIG_HOME /helm/.config ENV XDG_CACHE_HOME /helm/.cache