Skip to content

Commit

Permalink
sbt 1.4.2, scala 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiorussia committed Nov 3, 2020
1 parent f850de3 commit 2a9af03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion image-amazon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM amazoncorretto:8

# The following is inspired by https://github.com/hseeberger/scala-sbt/blob/master/oracle/Dockerfile
ENV SBT_VERSION 1.4.1
ENV SBT_VERSION 1.4.2
RUN \
curl -L -o /root/sbt-${SBT_VERSION}.rpm https://bintray.com/sbt/rpm/download_file?file_path=sbt-${SBT_VERSION}.rpm && \
yum install -y /root/sbt-${SBT_VERSION}.rpm && \
Expand Down
2 changes: 1 addition & 1 deletion image-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM buildpack-deps:stretch-scm
RUN apt-get update && apt-get install -y --no-install-recommends openjdk-8-jdk openjfx && rm -rf /var/lib/apt/lists/*

# The following is inspired by https://github.com/hseeberger/scala-sbt/blob/master/debian/Dockerfile
ENV SBT_VERSION 1.4.1
ENV SBT_VERSION 1.4.2
RUN \
curl -L -o /root/sbt-${SBT_VERSION}.deb https://dl.bintray.com/sbt/debian/sbt-${SBT_VERSION}.deb && \
apt-get install -y /root/sbt-${SBT_VERSION}.deb && \
Expand Down
2 changes: 1 addition & 1 deletion image-openjdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM openjdk:8-jdk-stretch
RUN apt-get update && apt-get install -y --no-install-recommends openjfx && rm -rf /var/lib/apt/lists/*

# The following is inspired by https://github.com/hseeberger/scala-sbt/blob/master/debian/Dockerfile
ENV SBT_VERSION 1.4.1
ENV SBT_VERSION 1.4.2
RUN \
curl -L -o /root/sbt-${SBT_VERSION}.deb https://dl.bintray.com/sbt/debian/sbt-${SBT_VERSION}.deb && \
apt-get install -y /root/sbt-${SBT_VERSION}.deb && \
Expand Down

0 comments on commit 2a9af03

Please sign in to comment.