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