From df19f95bfd5b80b60c84be573d63ad1468067ace Mon Sep 17 00:00:00 2001 From: Gianluca Zuddas Date: Sun, 19 Jun 2022 22:57:13 +0100 Subject: [PATCH] Updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a5a215f..612ca033 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && \ # Install danger-kotlin globally COPY . /usr/local/_danger-kotlin RUN cd /usr/lib && \ - wget -q https://github.com/JetBrains/kotlin/releases/download/v1.5.0/kotlin-compiler-1.5.0.zip && \ + wget -q https://github.com/JetBrains/kotlin/releases/download/v1.7.0/kotlin-compiler-1.7.0.zip && \ unzip kotlin-compiler-*.zip && \ rm kotlin-compiler-*.zip && \ cd /usr/local/_danger-kotlin && \