Skip to content

Commit

Permalink
Switch from deprecated openjdk to eclipse-temurin
Browse files Browse the repository at this point in the history
The OpenJDK images have long been deprecated (see https://hub.docker.com/_/openjdk) and are built on top of EOL'd Alpine versions
  • Loading branch information
fgreinacher authored and frantuma committed Dec 12, 2024
1 parent f80f147 commit 24892dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/swagger-generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:8-jre-alpine
FROM eclipse-temurin:8-jre-alpine

WORKDIR /generator

Expand Down

0 comments on commit 24892dc

Please sign in to comment.