Skip to content

Commit c568f38

Browse files
authored
Merge pull request #13 from buildo/17.0.9_9_2.13.12_1.9.8
Update scala to 2.13.12 and sbt to 1.9.8
2 parents 88d9016 + b65f086 commit c568f38

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
@@ -1,7 +1,7 @@
11
FROM eclipse-temurin:17.0.9_9-jre-alpine@sha256:cba04f7101096852719a1530feffbb04a232765a8180b083f6182bafc6b3e1d3
22

3-
ARG SCALA_VERSION=2.12.18
4-
ARG SBT_VERSION=1.9.7
3+
ARG SCALA_VERSION=2.13.12
4+
ARG SBT_VERSION=1.9.8
55
ENV SCALA_HOME=/usr/share/scala
66

77
RUN apk add --no-cache --virtual=.build-dependencies wget ca-certificates && \

0 commit comments

Comments
 (0)