Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Commit 7cff53f

Browse files
committed
JDK 8u171 Scala 2.12.7 SBT 1.2.3 Kubectl 1.10.4 Kops 1.10.0
1 parent 0a86627 commit 7cff53f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
FROM openjdk:8u171
1111

1212
# Environment variables
13-
ENV SCALA_VERSION=2.12.6
14-
ENV SBT_VERSION=1.1.6
13+
ENV SCALA_VERSION=2.12.7
14+
ENV SBT_VERSION=1.2.3
1515
ENV KUBECTL_VERSION=v1.10.4
16-
ENV KOPS_VERSION=1.9.1
16+
ENV KOPS_VERSION=1.10.0
1717
ENV HOME=/config
1818

1919
# Scala expects this file

0 commit comments

Comments
 (0)