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:
4f16805
)
user: 1.0.7 - RocksDB does nor work in Alpine-Linux
users
users-1.0.7
author
Kai Moritz
<kai@juplo.de>
Sun, 23 Jun 2024 09:40:38 +0000
(11:40 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 23 Jun 2024 09:40:38 +0000
(11:40 +0200)
Dockerfile
patch
|
blob
|
history
pom.xml
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
e10af96
..
779d129
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 8082
ENTRYPOINT ["java", "-jar", "/opt/app.jar"]
diff --git
a/pom.xml
b/pom.xml
index
bf20a86
..
d2434c7
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-10,7
+10,7
@@
</parent>
<groupId>de.juplo.kafka.wordcount</groupId>
<artifactId>users</artifactId>
- <version>1.0.
6
</version>
+ <version>1.0.
7
</version>
<name>Wordcount-Users</name>
<description>Users-service of the multi-user wordcount-example</description>
<properties>