Skip to content

Commit 8c02b93

Browse files
authored
Merge pull request #16 from buildo/17.0.9_9_2.13.12_1.11.7
Update sbt to 1.11.7 and fix build command error
2 parents c568f38 + fb08bc1 commit 8c02b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM eclipse-temurin:17.0.9_9-jre-alpine@sha256:cba04f7101096852719a1530feffbb04a232765a8180b083f6182bafc6b3e1d3
22

33
ARG SCALA_VERSION=2.13.12
4-
ARG SBT_VERSION=1.9.8
4+
ARG SBT_VERSION=1.11.7
55
ENV SCALA_HOME=/usr/share/scala
66

77
RUN apk add --no-cache --virtual=.build-dependencies wget ca-certificates && \
@@ -29,7 +29,7 @@ RUN \
2929
rm -rf "/tmp/"*
3030

3131
RUN \
32-
sbt -Dsbt.rootdir=true -batch sbtVersion && \
32+
sbt -Dsbt.rootdir=true -batch --allow-empty sbtVersion && \
3333
rm -rf project target
3434

3535
WORKDIR /root

0 commit comments

Comments
 (0)