Use available Scala builder image

This commit is contained in:
b0txec
2026-08-20 19:26:44 +03:00
parent cdd629fec7
commit 626f310712
+1 -1
View File
@@ -6,7 +6,7 @@ RUN npm ci
COPY web/ ./
RUN npm run build -- --mode production
FROM hseeberger/scala-sbt:17.0.2_1.8.2_2.13.10 AS scala-build
FROM hseeberger/scala-sbt:17.0.2_1.6.2_2.13.8 AS scala-build
WORKDIR /build
COPY build.sbt ./