From bb95f5cc1bb61b92c0832985b26792c49dc22b63 Mon Sep 17 00:00:00 2001 From: Juan Manuel Leflet Estrada Date: Tue, 26 Mar 2024 12:36:16 +0100 Subject: [PATCH] Update Dockerfile to depend on latest konveyor branch changes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f2ba24..d59a53e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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