From 53c972bd651f588cf86c62345ff30812942dc3a0 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 17 Jun 2023 14:43:40 +0200 Subject: [PATCH] Aktualisierung auf Java 17 --- Dockerfile | 2 +- pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e18a46..595fe16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:11-jre +FROM openjdk:17-jdk-slim VOLUME /tmp COPY target/*.jar /opt/app.jar COPY target/libs /opt/libs diff --git a/pom.xml b/pom.xml index 9bd2418..2928676 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,10 @@ Super Simple Producer 1.0-SNAPSHOT + + 17 + + org.apache.kafka -- 2.20.1