This commit is contained in:
parent
4773223b82
commit
c525b90ee7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
FROM docker.io/library/eclipse-temurin:21-jdk
|
||||
|
||||
ARG SCALA_VERSION
|
||||
ENV SCALA_VERSION ${SCALA_VERSION:-3.6.4}
|
||||
ENV SCALA_VERSION ${SCALA_VERSION:-3.7.4}
|
||||
ARG SBT_VERSION
|
||||
ENV SBT_VERSION ${SBT_VERSION:-1.10.11}
|
||||
ENV SBT_VERSION ${SBT_VERSION:-1.11.7}
|
||||
|
||||
# git is required for many build activities
|
||||
# python3 is required for pre-commit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue