Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit f4308c0

Browse files
authored
Merge pull request #1 from markus1189/scala-2-12-9
Update to Scala 2.12.9
2 parents 71089b2 + 046e684 commit f4308c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
FROM circleci/openjdk:8u212-jdk-stretch
1313

1414
# Environment variables
15-
ENV SCALA_VERSION=2.12.8
15+
ENV SCALA_VERSION=2.12.9
1616
ENV KUBECTL_VERSION=v1.14.2
1717
ENV SONAR_SCANNER_VERSION=3.3.0.1492
1818
ENV SONAR_SCANNER_PACKAGE=sonar-scanner-cli-${SONAR_SCANNER_VERSION}.zip
@@ -49,4 +49,4 @@ ENV PATH="/opt/scala/bin:/opt/sonar-scanner/bin:$PATH"
4949
USER circleci
5050

5151
# Define working directory
52-
WORKDIR /home/circleci
52+
WORKDIR /home/circleci

0 commit comments

Comments
 (0)