projects
/
demos
/
kafka
/
wordcount
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b223786
)
query: 2.1.2 - RocksDB does nor work in Alpine-Linux
query-2.1.2
author
Kai Moritz
<kai@juplo.de>
Sun, 23 Jun 2024 09:48:14 +0000
(11:48 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 23 Jun 2024 09:48:14 +0000
(11:48 +0200)
Dockerfile
patch
|
blob
|
history
pom.xml
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
f416a44
..
640032a
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-1,4
+1,4
@@
-FROM eclipse-temurin:21-jre
-alpine
+FROM eclipse-temurin:21-jre
COPY target/*.jar /opt/app.jar
EXPOSE 8085
ENTRYPOINT ["java", "-jar", "/opt/app.jar"]
diff --git
a/pom.xml
b/pom.xml
index
6a51d72
..
035e095
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-10,7
+10,7
@@
</parent>
<groupId>de.juplo.kafka.wordcount</groupId>
<artifactId>query</artifactId>
- <version>2.1.
1
</version>
+ <version>2.1.
2
</version>
<name>Wordcount-Query</name>
<description>Query stream-processor of the multi-user wordcount-example</description>
<properties>