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

Commit 3b4b0db

Browse files
markus1189markusjura
authored andcommitted
Update versions (#6)
openjdk: 8u181 -> 8u222 scala: 2.12.8 -> 2.12.9 kubectl: 1.12.5 -> 1.14.5
1 parent 44a45d5 commit 3b4b0db

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
# - Docker
77

88
# Pull base image
9-
FROM openjdk:8u181
9+
FROM openjdk:8u222
1010

1111
# Environment variables
12-
ENV SCALA_VERSION=2.12.8
12+
ENV SCALA_VERSION=2.12.9
1313
ENV SBT_VERSION=1.2.8
14-
ENV KUBECTL_VERSION=v1.12.5
14+
ENV KUBECTL_VERSION=v1.14.5
1515
ENV HOME=/config
1616

17-
# Scala expects this file
18-
RUN touch /usr/lib/jvm/java-8-openjdk-amd64/release
19-
2017
# Install Scala
2118
## Piping curl directly in tar
2219
RUN \

0 commit comments

Comments
 (0)