Skip to content

Commit dc11c6c

Browse files
Merge pull request #1 from Charlie-Martin/kc_jreupdate
Update the JRE used for the kafka connect sample
2 parents f12da48 + f136ac6 commit dc11c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka-connect/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
FROM ibmcom/eventstreams-kafka-ce-icp-linux-amd64:2019.2.1-3a2f93e as builder
44

5-
FROM ibmjava:8-jre
5+
FROM ibmjava:11
66

77
RUN addgroup --gid 5000 --system esgroup && \
88
adduser --uid 5000 --ingroup esgroup --system esuser

0 commit comments

Comments
 (0)