Skip to content

Commit

Permalink
Fix the complete image for Wolfi (#5563) (#5566)
Browse files Browse the repository at this point in the history
There was a missed rename in #5557

(cherry picked from commit 808d28e)

Co-authored-by: Denis <[email protected]>
  • Loading branch information
mergify[bot] and rdner authored Sep 19, 2024
1 parent bd4ae8a commit b58197d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ RUN for iter in {1..10}; do \
(exit $exit_code)
{{- end }}

{{- if (and (eq .Variant "wolfi-complete") (contains .from "wolfi")) }}
{{- if (and (eq .Variant "complete-wolfi") (contains .from "wolfi")) }}
USER root
# Install required dependencies from wolfi repository
RUN for iter in {1..10}; do \
Expand Down

0 comments on commit b58197d

Please sign in to comment.