diff --git a/Dockerfile b/Dockerfile index a0162f0..c1e955f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,8 @@ RUN set -x \ && apk --update add --no-cache --virtual .build-deps curl \ && SBT_VER="1.3.8" \ && ESUM="27b2ed49758011fefc1bd05e1f4156544d60673e082277186fdd33b6f55d995d" \ - && SBT_URL="https://piccolo.link/sbt-${SBT_VER}.tgz" \ + # && SBT_URL="https://piccolo.link/sbt-${SBT_VER}.tgz" \ + && SBT_URL="https://github.com/sbt/sbt/releases/download/v${SBT_VER}/sbt-${SBT_VER}.tgz" \ && apk add shadow \ && apk add bash \ && apk add openssh \