Skip to content

Commit

Permalink
Fix sbt (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhu Subramanian authored Jul 8, 2021
1 parent ce28a63 commit 27073b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile-java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV GOSEC_VERSION=2.7.0 \
GITLEAKS_VERSION=7.3.0 \
GRADLE_VERSION=6.8.3 \
GRADLE_HOME=/opt/gradle-${GRADLE_VERSION} \
SBT_VERSION=1.3.4 \
SBT_VERSION=1.5.4 \
MAVEN_VERSION=3.6.3 \
MAVEN_HOME=/opt/apache-maven-${MAVEN_VERSION} \
SC_VERSION=2020.2.3 \
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN curl -LO "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}
&& unzip -q apache-maven-${MAVEN_VERSION}-bin.zip -d /opt/ \
&& chmod +x /opt/apache-maven-${MAVEN_VERSION}/bin/mvn \
&& rm apache-maven-${MAVEN_VERSION}-bin.zip \
&& curl -LO "https://sbt-downloads.cdnedge.bluemix.net/releases/v${SBT_VERSION}/sbt-${SBT_VERSION}.zip" \
&& curl -LO "https://github.com/sbt/sbt/releases/download/v${SBT_VERSION}/sbt-${SBT_VERSION}.zip" \
&& unzip -q sbt-${SBT_VERSION}.zip -d /opt/ \
&& chmod +x /opt/sbt/bin/sbt \
&& rm sbt-${SBT_VERSION}.zip \
Expand Down

0 comments on commit 27073b0

Please sign in to comment.