We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 685c874 + 6a61174 commit a5adff1Copy full SHA for a5adff1
2 files changed
Dockerfile
@@ -3,6 +3,8 @@
3
######################
4
FROM maven:3.9.11-eclipse-temurin-21
5
6
+RUN apt-get update && apt-get upgrade -y && rm -rf /var/lib/apt/lists/*
7
+
8
WORKDIR /app
9
10
COPY ./pom.xml ./pom.xml
pom.xml
@@ -12,7 +12,7 @@
12
<maven.compiler.source>21</maven.compiler.source>
13
<maven.compiler.target>21</maven.compiler.target>
14
<vertx.version>4.5.21</vertx.version>
15
- <uid2-shared.version>11.1.13</uid2-shared.version>
+ <uid2-shared.version>11.4.0</uid2-shared.version>
16
</properties>
17
18
<repositories>
0 commit comments