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

Commit 43f0ae2

Browse files
Lars Burfeindtmarkusjura
authored andcommitted
downgrade kubectl to 1.9 to be compatible with 1.8 server version
1 parent 6f326bf commit 43f0ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM openjdk:8u171
1111
# Environment variables
1212
ENV SCALA_VERSION=2.12.7
1313
ENV SBT_VERSION=1.2.3
14-
ENV KUBECTL_VERSION=v1.10.4
14+
ENV KUBECTL_VERSION=v1.9.11
1515
ENV HOME=/config
1616

1717
# Scala expects this file

0 commit comments

Comments
 (0)