Skip to content

Commit 0908312

Browse files
committed
Update Dockerfile base image to eclipse-temurin:17-jdk-jammy
The openjdk:17-jdk-slim image was deprecated and removed from Docker Hub on Nov 3, 2025. Updated to eclipse-temurin:17-jdk-jammy as recommended by the Docker official images maintainer. Reference: docker-library/official-images#20210
1 parent b50a7ae commit 0908312

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
@@ -1,4 +1,4 @@
1-
FROM openjdk:17-jdk-slim
1+
FROM eclipse-temurin:17-jdk-jammy
22

33
RUN mkdir /javavulny /app
44
COPY . /javavulny/

0 commit comments

Comments
 (0)