diff --git a/migration/docker/Dockerfile b/migration/docker/Dockerfile index ce4f152..a674e48 100644 --- a/migration/docker/Dockerfile +++ b/migration/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 eclipse-temurin:21 +FROM --platform=linux/amd64 eclipse-temurin:23 ARG KAFKA_VERSION="3.4.0" ARG KAFKA_CONNECT_VERSION="${KAFKA_VERSION}" ARG KAFKA_SCALA_VERSION="2.13"