Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Oct 14, 2024
1 parent 7354179 commit cadc222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cadc222

Please sign in to comment.