Skip to content

Commit 8c9fd2e

Browse files
authored
bump kotlin image to 2.3.0 (#155)
1 parent 62ed3c5 commit 8c9fd2e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

epicbox-hyperskill/gcc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN python3 -m pip install --no-cache \
4242

4343
RUN 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 \

epicbox-hyperskill/go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN python3 -m pip install --no-cache \
3636
pyyaml
3737

3838
RUN 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

epicbox-hyperskill/java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && \
66

77
RUN 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

epicbox-hyperskill/node-javascript/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN curl https://pyenv.run | bash && \
2424

2525
RUN 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

epicbox-kotlin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM 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
44
ARG KOTLINX_ATOMICFU_JVM_URL=https://repo1.maven.org/maven2/org/jetbrains/kotlinx/atomicfu-jvm/0.25.0/atomicfu-jvm-0.25.0.jar
55
ARG 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
66
ARG 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

0 commit comments

Comments
 (0)