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.
1 parent 6108081 commit 30e7075Copy full SHA for 30e7075
docker/kafka/Dockerfile
@@ -22,7 +22,7 @@ RUN tar -xzf $kafka_distro
22
RUN rm -r kafka_$scala_version-$kafka_version/bin/windows
23
24
25
-FROM eclipse-temurin:17-jdk-focal
+FROM openjdk:17-jdk-slim-bullseye
26
27
ARG scala_version=2.13
28
ARG kafka_version=3.1.0
0 commit comments