File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ RUN apt update -y \
11
11
RUN curl -s "https://get.sdkman.io" | bash \
12
12
&& echo "sdkman_auto_complete=false" >> "$HOME/.sdkman/etc/config" \
13
13
&& source "$HOME/.sdkman/bin/sdkman-init.sh" \
14
- && sdk install scala 2.13.8 \
14
+ && sdk install scala 2.13.10 \
15
15
&& apt autoremove \
16
16
&& apt clean
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Docker image for Scala.
20
20
| 2.13.6| Ubuntu(focal)| eclipse-temurin:17.0.2_8-jre| 2.13.6|
21
21
| 2.13.8| Ubuntu(focal)| eclipse-temurin:17.0.3_7-jre| 2.13.8|
22
22
| 2.13.8.2| Ubuntu(jammy)| eclipse-temurin:17.0.4.1_1-jdk| 2.13.8|
23
+ | 2.13.10| Ubuntu(jammy)| eclipse-temurin:17.0.4.1_1-jdk| 2.13.10|
23
24
24
25
# Usaga
25
26
You can’t perform that action at this time.
0 commit comments