- Now use rx3-docker/java:1.1.3-mga9 image,

- Update Kafka to 3.9.1,
- Rebuild for updates.
This commit is contained in:
2025-09-19 18:46:49 +02:00
parent 3092eca737
commit d3e05a42d6
4 changed files with 14 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ LABEL maintainer=${IMG_MAINTAINER}
ARG KAFKA_PORT
ARG KAFKA_VERSION="3.9.0"
ARG KAFKA_VERSION="3.9.1"
ARG SCALA_VERSION="2.13"
ARG KAFKA_DOWNLOAD_URL="https://downloads.apache.org/kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz"