diff --git a/sbt/Dockerfile b/sbt/Dockerfile index 8ea8a61..9de3b29 100644 --- a/sbt/Dockerfile +++ b/sbt/Dockerfile @@ -1,6 +1,6 @@ -FROM eclipse-temurin:11 +FROM eclipse-temurin:21 -ARG VERSION_SBT="1.2.3" +ARG VERSION_SBT="1.9.8" ARG VERSION_SBT_MINOR="1.2" ENV DEBIAN_FRONTEND noninteractive @@ -22,4 +22,4 @@ WORKDIR /app/ ENV HOME /root ENV SBT_OPTS "-Dsbt.global.base=/root/.sbt/${VERSION_SBT_MINOR} -Dsbt.ivy.home=/tmp/.ivy2/ -Divy.home=/tmp/.ivy2/" RUN sbt sbtVersion # adding sbt to the cache -RUN chmod -R 777 /root /tmp/.ivy2 +RUN chmod -R 777 /root