Skip to content

Commit

Permalink
Fix the complete image for Wolfi (#5563)
Browse files Browse the repository at this point in the history
There was a missed rename in #5557
  • Loading branch information
rdner authored Sep 19, 2024
1 parent 49a1f01 commit 808d28e
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 808d28e

Please sign in to comment.