Use available Scala builder image
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user