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.
1 parent dad6737 commit 9a23283Copy full SHA for 9a23283
Dockerfile
@@ -18,7 +18,7 @@ RUN mvn package -DskipTests
18
19
# Used to analyze dependencies bacause jdeps from JDK 17 has a bug
20
# https://stackoverflow.com/questions/69943899/jdeps-cant-print-module-deps-due-to-a-multireleaseexception
21
-FROM amazoncorretto:21.0.4-alpine as deps
+FROM amazoncorretto:21.0.5-alpine as deps
22
23
# required for strip-debug to work
24
RUN apk add --no-cache binutils
0 commit comments