Skip to content

Commit 354c1a3

Browse files
committed
fix: src/main/docker/Dockerfile.corretto-jvm to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8710360 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8710360
1 parent 8a99337 commit 354c1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/docker/Dockerfile.corretto-jvm

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# docker image tag [image tag] fugeritorg/fj-daogen-quarkus-demo:latest
1212
#
1313
# Change with any base openjdk image is preferred
14-
FROM amazoncorretto:21.0.5-alpine3.19
14+
FROM amazoncorretto:21.0.6-alpine3.19
1515

1616
LABEL org.opencontainers.image.authors="Fugerit" \
1717
org.opencontainers.image.source="Quarkus" \

0 commit comments

Comments
 (0)