Skip to content

Commit

Permalink
Update java and sbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth committed Feb 5, 2024
1 parent edd06a5 commit 9586379
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sbt/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 9586379

Please sign in to comment.