Skip to content

Commit 1d31e28

Browse files
authored
Merge pull request #1 from jpicklyk/feature/update-docker-security-image
feature/update-docker-security-image
2 parents 76e4d37 + a1a6659 commit 1d31e28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ COPY src src
2323
RUN ./gradlew build --no-daemon
2424

2525
# Runtime stage
26-
FROM amazoncorretto:23-al2023-jdk
26+
FROM eclipse-temurin:23-jdk-alpine
27+
28+
# Update packages to fix CVEs: CVE-2024-8176 (libexpat) and CVE-2025-0840 (binutils)
29+
RUN apk update && apk upgrade libexpat binutils
2730

2831
WORKDIR /app
2932

0 commit comments

Comments
 (0)