File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL tag="ackee-gitlab" \
77SHELL ["/bin/bash" , "-c" ]
88
99RUN 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 \
8282RUN 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
9090RUN 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
You can’t perform that action at this time.
0 commit comments