File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN python3 -m pip install --no-cache \
4242
4343RUN mkdir /checker \
4444 && curl -L -o /checker/kotlin.zip \
45- https://github.com/JetBrains/kotlin/releases/download/v2.0 .0/kotlin-compiler-2.0 .0.zip \
45+ https://github.com/JetBrains/kotlin/releases/download/v2.3 .0/kotlin-compiler-2.3 .0.zip \
4646 && unzip /checker/kotlin.zip -d /checker \
4747 && apt-get remove -y unzip \
4848 && rm /checker/kotlin.zip \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN python3 -m pip install --no-cache \
3636 pyyaml
3737
3838RUN mkdir /checker \
39- && curl -L -o /checker/kotlin.zip https://github.com/JetBrains/kotlin/releases/download/v2.0 .0/kotlin-compiler-2.0 .0.zip \
39+ && curl -L -o /checker/kotlin.zip https://github.com/JetBrains/kotlin/releases/download/v2.3 .0/kotlin-compiler-2.3 .0.zip \
4040 && unzip /checker/kotlin.zip -d /checker \
4141 && rm /checker/kotlin.zip \
4242 && curl -L -o /checker/hs-test.jar https://github.com/hyperskill/hs-test/releases/download/v12.0.3/hs-test-12.0.3.jar
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get update && \
66
77RUN mkdir /checker && \
88 curl -L -o /checker/kotlin.zip \
9- https://github.com/JetBrains/kotlin/releases/download/v2.0 .0/kotlin-compiler-2.0 .0.zip && \
9+ https://github.com/JetBrains/kotlin/releases/download/v2.3 .0/kotlin-compiler-2.3 .0.zip && \
1010 unzip /checker/kotlin.zip -d /checker && \
1111 rm /checker/kotlin.zip
1212
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN curl https://pyenv.run | bash && \
2424
2525RUN mkdir /checker && \
2626 curl -L -o /checker/kotlin.zip \
27- https://github.com/JetBrains/kotlin/releases/download/v2.0 .0/kotlin-compiler-2.0 .0.zip && \
27+ https://github.com/JetBrains/kotlin/releases/download/v2.3 .0/kotlin-compiler-2.3 .0.zip && \
2828 unzip /checker/kotlin.zip -d /checker && \
2929 rm /checker/kotlin.zip
3030
Original file line number Diff line number Diff line change 11FROM hyperskill.azurecr.io/openjdk:23-slim
22
3- ARG COMPILER_URL=https://github.com/JetBrains/kotlin/releases/download/v2.0 .0/kotlin-compiler-2.0 .0.zip
3+ ARG COMPILER_URL=https://github.com/JetBrains/kotlin/releases/download/v2.3 .0/kotlin-compiler-2.3 .0.zip
44ARG KOTLINX_ATOMICFU_JVM_URL=https://repo1.maven.org/maven2/org/jetbrains/kotlinx/atomicfu-jvm/0.25.0/atomicfu-jvm-0.25.0.jar
55ARG KOTLINX_CLI_JVM_URL=https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-cli-jvm/0.3.6/kotlinx-cli-jvm-0.3.6.jar
66ARG KOTLINX_DATETIME_JVM_URL=https://repo1.maven.org/maven2/org/jetbrains/kotlinx/kotlinx-datetime-jvm/0.6.0/kotlinx-datetime-jvm-0.6.0.jar
You can’t perform that action at this time.
0 commit comments