Skip to content

Commit

Permalink
Updated Dockerfile to use amazon correto linux
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnWiens committed Apr 24, 2024
1 parent 7f513d6 commit dcb574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpo-deduplicator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ WORKDIR /home/jpo-deduplicator
RUN mvn clean package -DskipTests
# ENTRYPOINT ["tail", "-f", "/dev/null"]

FROM eclipse-temurin:21-jre-alpine
FROM amazoncorretto:21

WORKDIR /home

Expand Down

0 comments on commit dcb574c

Please sign in to comment.