From 0c1e178747fa3dacb69124472a26ec3ca7561359 Mon Sep 17 00:00:00 2001 From: Juan Manuel Leflet Estrada Date: Wed, 7 Feb 2024 14:28:51 +0100 Subject: [PATCH] test Signed-off-by: Juan Manuel Leflet Estrada test Signed-off-by: Juan Manuel Leflet Estrada --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8236d8ea..43e6748a 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/windup/windup-rulesets.git -b 6.2.3.Final /windup-rulesets \ +RUN git clone https://github.com/windup/windup-rulesets.git /windup-rulesets \ && git clone https://github.com/konveyor/example-applications /example-applications COPY --from=java-builder /usr/local/openjdk-11 /java-11-openjdk