Support latest scala/sbt by default
Some checks failed
/ Build and Release CI Image (push) Failing after 1m19s
Some checks failed
/ Build and Release CI Image (push) Failing after 1m19s
This commit is contained in:
parent
c525b90ee7
commit
2df1772f4e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
FROM docker.io/library/eclipse-temurin:21-jdk
|
FROM docker.io/library/eclipse-temurin:21-jdk
|
||||||
|
|
||||||
ARG SCALA_VERSION
|
ARG SCALA_VERSION
|
||||||
ENV SCALA_VERSION ${SCALA_VERSION:-3.7.4}
|
ENV SCALA_VERSION ${SCALA_VERSION:-3.8.1}
|
||||||
ARG SBT_VERSION
|
ARG SBT_VERSION
|
||||||
ENV SBT_VERSION ${SBT_VERSION:-1.11.7}
|
ENV SBT_VERSION ${SBT_VERSION:-1.12.0}
|
||||||
|
|
||||||
# git is required for many build activities
|
# git is required for many build activities
|
||||||
# python3 is required for pre-commit
|
# python3 is required for pre-commit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue