Skip to content

Commit fbc7425

Browse files
authored
bump java 21 (#34)
Co-authored-by: ggmaleva <[email protected]>
1 parent 13e88ea commit fbc7425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>shared-resources</artifactId>
14-
<version>2.1.0</version>
14+
<version>3.0.0</version>
1515
<packaging>jar</packaging>
1616

1717
<name>Java shared resources</name>

src/main/resources/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/valitydev/temurin-jemalloc:sha-06735f3
1+
FROM ghcr.io/valitydev/temurin-jemalloc:sha-14c0b34
22

33
RUN useradd -s /bin/false -U -u 20000 vality
44

0 commit comments

Comments
 (0)