Skip to content

Commit 525e9b3

Browse files
jpicklykclaude
andcommitted
feat: update Docker runtime to eclipse-temurin:23-jdk-alpine
Replace amazoncorretto:23-al2023-jdk with eclipse-temurin:23-jdk-alpine to address 14 security vulnerabilities. The Alpine-based image provides a smaller attack surface while maintaining JDK 23 compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 76e4d37 commit 525e9b3

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
@@ -23,7 +23,7 @@ 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
2727

2828
WORKDIR /app
2929

0 commit comments

Comments
 (0)