Skip to content

Commit

Permalink
Update Dockerfile to depend on latest konveyor branch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmle authored Mar 26, 2024
1 parent 6ab470f commit bb95f5c
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 bb95f5c

Please sign in to comment.