Skip to content

Commit 5d35fe7

Browse files
authored
Merge pull request #26 from AckeeDevOps/feature/update-danger-kotlin
Update danger kotlin
2 parents 65a669b + 2b4bc44 commit 5d35fe7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL tag="ackee-gitlab" \
77
SHELL ["/bin/bash", "-c"]
88

99
RUN apt-get update && apt-get install -y \
10-
curl \
10+
curl \
1111
git \
1212
libgl1-mesa-glx \
1313
unzip \
@@ -82,13 +82,13 @@ RUN apt-get update && apt-get install -y \
8282
RUN npm install -g danger@11.3.1
8383

8484
# install kotlin compiler
85-
RUN curl -o kotlin-compiler.zip -L https://github.com/JetBrains/kotlin/releases/download/v1.8.21/kotlin-compiler-1.8.21.zip && \
85+
RUN curl -o kotlin-compiler.zip -L https://github.com/JetBrains/kotlin/releases/download/v2.0.21/kotlin-compiler-2.0.21.zip && \
8686
unzip -d /usr/local/ kotlin-compiler.zip && \
8787
rm -rf kotlin-compiler.zip
8888

8989
# install danger-kotlin
9090
RUN git clone https://github.com/danger/kotlin.git _danger-kotlin && \
91-
cd _danger-kotlin && git checkout 1.2.0 && \
91+
cd _danger-kotlin && git checkout 1.3.1 && \
9292
make install && \
9393
cd .. && \
9494
rm -rf _danger-kotlin

0 commit comments

Comments
 (0)