diff --git a/Dockerfile b/Dockerfile index b872a00..49125f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application using SBT -FROM sbtscala/sbt:11.0.11_1.5.5_2.13.6 as builder +FROM hseeberger/sbt:8u222-2.11.12-0.13.18 as builder WORKDIR /app