Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
updates sbt to 0.13.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sven42 authored Nov 9, 2018
1 parent 118cce4 commit 3e82fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \

RUN \
curl -s https://raw.githubusercontent.com/paulp/sbt-extras/master/sbt > /usr/local/bin/sbt && chmod 0755 /usr/local/bin/sbt && \
sbt about -sbt-create -sbt-version 1.1.6 -212
sbt about -sbt-create -sbt-version 0.13.17 -212

# Prepare the image.
ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit 3e82fa0

Please sign in to comment.