Skip to content

Commit 85cc7ab

Browse files
committed
Update Kotlin
1 parent 95e27bf commit 85cc7ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ RUN wget -q https://julialang-s3.julialang.org/bin/linux/x64/1.6/julia-1.6.0-lin
9191
ln -s /opt/julia/bin/julia /usr/local/bin/julia
9292

9393
## Kotlin
94-
RUN wget -q https://github.com/JetBrains/kotlin/releases/download/v1.3.50/kotlin-compiler-1.3.50.zip -O kotlin-compiler-1.3.50.zip && \
95-
unzip kotlin-compiler-1.3.50.zip -d /opt/ && \
94+
RUN wget -q https://github.com/JetBrains/kotlin/releases/download/v1.4.32/kotlin-compiler-1.4.32.zip -O kotlin-compiler-1.4.32.zip && \
95+
unzip kotlin-compiler-1.4.32.zip -d /opt/ && \
9696
echo 'export PATH=$PATH:/opt/kotlinc/bin' >> ~/.bashrc && \
9797
ln -s /opt/kotlinc/bin/kotlin /usr/local/bin/kotlin && \
9898
ln -s /opt/kotlinc/bin/kotlinc /usr/local/bin/kotlinc

0 commit comments

Comments
 (0)