Skip to content

Commit

Permalink
Update JRE, Scala and sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoTurri committed Nov 24, 2023
1 parent 1ffc33c commit f9546b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM eclipse-temurin:17.0.7_7-jre-focal@sha256:22f133769ce2b956d150ab749cd4630b3e7fbac2b37049911aa0973a1283047c
FROM eclipse-temurin:17.0.9_9-jre-focal@sha256:39a4816b87b50fb1612d67bd13ec77e31e03c3593155172793daae0266cafc64

ARG SCALA_VERSION=2.12.17
ARG SBT_VERSION=1.8.2
ARG SCALA_VERSION=2.12.18
ARG SBT_VERSION=1.9.7
ENV SCALA_HOME=/usr/share/scala

RUN \
Expand Down

0 comments on commit f9546b4

Please sign in to comment.