From 0cd988708f1ea8b90dd7d2931cb8578a6c3da80a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:37:38 +0000 Subject: [PATCH] build(deps): bump helmfile/helmfile from v0.169.1 to v0.169.2 Bumps [helmfile/helmfile](https://github.com/helmfile/helmfile) from v0.169.1 to v0.169.2. - [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.169.2) --- 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..c74b63a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/helmfile/helmfile:v0.169.1 +FROM ghcr.io/helmfile/helmfile:v0.169.2 ENV XDG_CONFIG_HOME /helm/.config ENV XDG_CACHE_HOME /helm/.cache