Skip to content

Commit 9a23283

Browse files
chore(deps): update amazoncorretto docker tag to v21.0.5-alpine
1 parent dad6737 commit 9a23283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN mvn package -DskipTests
1818

1919
# Used to analyze dependencies bacause jdeps from JDK 17 has a bug
2020
# https://stackoverflow.com/questions/69943899/jdeps-cant-print-module-deps-due-to-a-multireleaseexception
21-
FROM amazoncorretto:21.0.4-alpine as deps
21+
FROM amazoncorretto:21.0.5-alpine as deps
2222

2323
# required for strip-debug to work
2424
RUN apk add --no-cache binutils

0 commit comments

Comments
 (0)