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 @@ -21,7 +21,7 @@ RUN apt-get update && \
21
21
22
22
# download and install Gradle
23
23
# https://services.gradle.org/distributions/
24
- ARG GRADLE_VERSION=8.7
24
+ ARG GRADLE_VERSION=8.10.2
25
25
ARG GRADLE_DIST=bin
26
26
RUN cd /opt && \
27
27
wget -q https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-${GRADLE_DIST}.zip && \
@@ -31,7 +31,7 @@ RUN cd /opt && \
31
31
32
32
# download and install Kotlin compiler
33
33
# https://github.com/JetBrains/kotlin/releases/latest
34
- ARG KOTLIN_VERSION=1.9.23
34
+ ARG KOTLIN_VERSION=2.0.20
35
35
RUN cd /opt && \
36
36
wget -q https://github.com/JetBrains/kotlin/releases/download/v${KOTLIN_VERSION}/kotlin-compiler-${KOTLIN_VERSION}.zip && \
37
37
unzip *kotlin*.zip && \
You can’t perform that action at this time.
0 commit comments