update the scala patch version (#2)
All checks were successful
/ Build and Release CI Image (push) Successful in 4m28s
All checks were successful
/ Build and Release CI Image (push) Successful in 4m28s
Reviewed-on: #2
This commit is contained in:
parent
b47291490a
commit
704e30e86d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM docker.io/library/eclipse-temurin:21-jdk
|
||||
|
||||
ARG SCALA_VERSION
|
||||
ENV SCALA_VERSION ${SCALA_VERSION:-3.4.0}
|
||||
ENV SCALA_VERSION ${SCALA_VERSION:-3.4.1}
|
||||
ARG SBT_VERSION
|
||||
ENV SBT_VERSION ${SBT_VERSION:-1.9.9}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue