We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aeacb4d + c81055c commit 5af047aCopy full SHA for 5af047a
kafka/Dockerfile
@@ -1,7 +1,7 @@
1
# The only assumption we make about this FROM is that it has a JRE in path
2
FROM solsson/kafka-jre@sha256:06dabfc8cacd0687c8f52c52afd650444fb6d4a8e0b85f68557e6e7a5c71667c
3
4
-ENV KAFKA_VERSION=1.0.1 SCALA_VERSION=2.11
+ENV KAFKA_VERSION=1.1.0 SCALA_VERSION=2.11
5
6
RUN set -ex; \
7
export DEBIAN_FRONTEND=noninteractive; \
0 commit comments