File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9090RUN 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
You can’t perform that action at this time.
0 commit comments