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

Commit 8fa83b5

Browse files
authored
JDK 8u171 Scala 2.12.6 SBT 1.1.6 Kubectl 1.10.4 Kops 1.9.1
- JDK 8u171 - Scala 2.12.6 - SBT 1.1.6 - Kubectl 1.10.4 - Kops 1.9.1
1 parent c26fa0c commit 8fa83b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
# - Docker
88

99
# Pull base image
10-
FROM openjdk:8u151
10+
FROM openjdk:8u171
1111

1212
# Environment variables
13-
ENV SCALA_VERSION=2.12.5
14-
ENV SBT_VERSION=1.0.4
15-
ENV KUBECTL_VERSION=v1.8.3
16-
ENV KOPS_VERSION=1.7.1
13+
ENV SCALA_VERSION=2.12.6
14+
ENV SBT_VERSION=1.1.6
15+
ENV KUBECTL_VERSION=v1.10.4
16+
ENV KOPS_VERSION=1.9.1
1717
ENV HOME=/config
1818

1919
# Scala expects this file

0 commit comments

Comments
 (0)