We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f12da48 + dc11c6c commit 4afbd09Copy full SHA for 4afbd09
kafka-connect/Dockerfile
@@ -2,7 +2,7 @@
2
#
3
FROM ibmcom/eventstreams-kafka-ce-icp-linux-amd64:2019.2.1-3a2f93e as builder
4
5
-FROM ibmjava:8-jre
+FROM ibmjava:11
6
7
RUN addgroup --gid 5000 --system esgroup && \
8
adduser --uid 5000 --ingroup esgroup --system esuser
0 commit comments