Skip to content

Commit b6ae23d

Browse files
committed
v2.13.10
1 parent 99e70f5 commit b6ae23d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ RUN apt update -y \
1111
RUN curl -s "https://get.sdkman.io" | bash \
1212
&& echo "sdkman_auto_complete=false" >> "$HOME/.sdkman/etc/config" \
1313
&& source "$HOME/.sdkman/bin/sdkman-init.sh" \
14-
&& sdk install scala 2.13.8 \
14+
&& sdk install scala 2.13.10 \
1515
&& apt autoremove \
1616
&& apt clean

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Docker image for Scala.
2020
|2.13.6|Ubuntu(focal)|eclipse-temurin:17.0.2_8-jre|2.13.6|
2121
|2.13.8|Ubuntu(focal)|eclipse-temurin:17.0.3_7-jre|2.13.8|
2222
|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|
2324

2425
# Usaga
2526

0 commit comments

Comments
 (0)