Skip to content

Commit 3d57402

Browse files
committed
Update Danger and related dependencies
1 parent aa99069 commit 3d57402

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
@@ -79,16 +79,16 @@ RUN apt-get update && apt-get install -y \
7979
make
8080

8181
# install danger-js which is needed for danger-kotlin to work
82-
RUN npm install -g danger@11.3.1
82+
RUN npm install -g danger@12.3.4
8383

8484
# install kotlin compiler
85-
RUN curl -o kotlin-compiler.zip -L https://github.com/JetBrains/kotlin/releases/download/v2.0.21/kotlin-compiler-2.0.21.zip && \
85+
RUN curl -o kotlin-compiler.zip -L https://github.com/JetBrains/kotlin/releases/download/v2.2.21/kotlin-compiler-2.2.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.3.1 && \
91+
cd _danger-kotlin && git checkout 1.3.4 && \
9292
make install && \
9393
cd .. && \
9494
rm -rf _danger-kotlin

0 commit comments

Comments
 (0)