Skip to content

Commit cadc222

Browse files
committed
wip
1 parent 7354179 commit cadc222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk add --update --no-cache ruby git colordiff
44

55
WORKDIR /wd
66

7-
COPY --from=ghcr.io/helmfile/helmfile:v0.168.0 /usr/local/bin/helmfile /usr/local/bin/helmfile
7+
COPY --from=ghcr.io/helmfile/helmfile /usr/local/bin/helmfile /usr/local/bin/helmfile
88
COPY . .
99

1010
RUN gem install colorize && gem build && gem install helmsnap --local

0 commit comments

Comments
 (0)