]> juplo.de Git - demos/kafka/wordcount/commitdiff
recorder: 1.2.2 - RocksDB does nor work in Alpine-Linux recorder recorder-1.2.2
authorKai Moritz <kai@juplo.de>
Sun, 23 Jun 2024 09:49:42 +0000 (11:49 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 23 Jun 2024 09:49:42 +0000 (11:49 +0200)
Dockerfile
pom.xml

index 079192109c046ebd105a0fb5f22ccdbb61e6eb93..83f65d050e698bde7df9ae14051ad9a7cd31730e 100644 (file)
@@ -1,4 +1,4 @@
-FROM eclipse-temurin:21-jre-alpine
+FROM eclipse-temurin:21-jre
 COPY target/*.jar /opt/app.jar
 EXPOSE 8081
 ENTRYPOINT ["java", "-jar", "/opt/app.jar"]
diff --git a/pom.xml b/pom.xml
index 5eabf7fd7093a0decc6b91aa68d0ed4e5797761d..d69282dfa83ab46efada3ecf2b4d1d62bf786df5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        </parent>
        <groupId>de.juplo.kafka.wordcount</groupId>
        <artifactId>recorder</artifactId>
-       <version>1.2.1</version>
+       <version>1.2.2</version>
        <name>Wordcount-Recorder</name>
        <description>Recorder-service of the multi-user wordcount-example</description>
        <properties>