From cadc222d89cef9fa4cdb58c95ac828b646c0a2c7 Mon Sep 17 00:00:00 2001 From: Yuri Smirnov Date: Mon, 14 Oct 2024 18:31:45 +0300 Subject: [PATCH] wip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 817e3d0..1a5f1e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --update --no-cache ruby git colordiff WORKDIR /wd -COPY --from=ghcr.io/helmfile/helmfile:v0.168.0 /usr/local/bin/helmfile /usr/local/bin/helmfile +COPY --from=ghcr.io/helmfile/helmfile /usr/local/bin/helmfile /usr/local/bin/helmfile COPY . . RUN gem install colorize && gem build && gem install helmsnap --local