Skip to content

Commit

Permalink
Update Dockerfile to depend on latest konveyor branch change
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
  • Loading branch information
jmle committed Apr 1, 2024
1 parent 6ab470f commit 4e6390d
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 @@ -22,7 +22,7 @@ RUN wget -qO /tmp/windup.zip $WINDUP \
&& rm /tmp/windup.zip \
&& ln -s /windup/tackle-cli-*/bin/windup-cli /usr/bin/windup-cli

RUN git clone https://github.com/konveyor-ecosystem/windup-rulesets.git -b eap8-fixes /windup-rulesets \
RUN git clone https://github.com/konveyor-ecosystem/windup-rulesets.git -b konveyor /windup-rulesets \
&& git clone https://github.com/konveyor/example-applications /example-applications

COPY --from=java-builder /usr/local/openjdk-11 /java-11-openjdk
Expand Down

0 comments on commit 4e6390d

Please sign in to comment.