Skip to content

Commit

Permalink
Also upgrade kubectl for Yolean/kubernetes-kafka to a maintained version
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Nov 28, 2018
1 parent b6ba752 commit 8164b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initutils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# same FROM as kafka-jre, to keep pull times down and to provide the same shell distro+version
FROM debian:9.6-slim@sha256:f05c05a218b7a4a5fe979045b1c8e2a9ec3524e5611ebfdd0ef5b8040f9008fa

ENV KUBERNETES_VERSION=1.9.6 KUBERNETES_CLIENT_SHA256=2b1ab65171bcd43a099d4f7d05d7804c737272270e83f633e1c14ceed9a99133
ENV KUBERNETES_VERSION=1.12.3 KUBERNETES_CLIENT_SHA256=4a3baa259869f3647f0b440effb04ce3455c1026ddac7e51b6692a0ee05eab1e

RUN set -ex; \
export DEBIAN_FRONTEND=noninteractive; \
Expand Down

0 comments on commit 8164b1e

Please sign in to comment.