This commit is contained in:
parent
2df1772f4e
commit
abfc788738
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.8.1}
|
||||
ENV SCALA_VERSION ${SCALA_VERSION:-3.8.4}
|
||||
ARG SBT_VERSION
|
||||
ENV SBT_VERSION ${SBT_VERSION:-1.12.0}
|
||||
ENV SBT_VERSION ${SBT_VERSION:-2.0.3}
|
||||
|
||||
# git is required for many build activities
|
||||
# python3 is required for pre-commit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue