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