We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7354179 commit cadc222Copy full SHA for cadc222
Dockerfile
@@ -4,7 +4,7 @@ RUN apk add --update --no-cache ruby git colordiff
4
5
WORKDIR /wd
6
7
-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
8
COPY . .
9
10
RUN gem install colorize && gem build && gem install helmsnap --local
0 commit comments