Skip to content

Commit

Permalink
Merge pull request #6 from matankdr/replace-piccolo
Browse files Browse the repository at this point in the history
Add updated link to download sbt
  • Loading branch information
kobi-lemberg authored Sep 24, 2020
2 parents cbbd7cd + c08b964 commit a8b6a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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 \
Expand Down

0 comments on commit a8b6a77

Please sign in to comment.