We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c568f38 + fb08bc1 commit 8c02b93Copy full SHA for 8c02b93
Dockerfile
@@ -1,7 +1,7 @@
1
FROM eclipse-temurin:17.0.9_9-jre-alpine@sha256:cba04f7101096852719a1530feffbb04a232765a8180b083f6182bafc6b3e1d3
2
3
ARG SCALA_VERSION=2.13.12
4
-ARG SBT_VERSION=1.9.8
+ARG SBT_VERSION=1.11.7
5
ENV SCALA_HOME=/usr/share/scala
6
7
RUN apk add --no-cache --virtual=.build-dependencies wget ca-certificates && \
@@ -29,7 +29,7 @@ RUN \
29
rm -rf "/tmp/"*
30
31
RUN \
32
- sbt -Dsbt.rootdir=true -batch sbtVersion && \
+ sbt -Dsbt.rootdir=true -batch --allow-empty sbtVersion && \
33
rm -rf project target
34
35
WORKDIR /root
0 commit comments