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 0791921..83f65d0 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 5eabf7f..d69282d 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>