Skip to content

Commit

Permalink
Merge pull request #83 from usdot-jpo-ode/dockerfile-fixes
Browse files Browse the repository at this point in the history
Updated Dockerfile to use amazon correto linux
  • Loading branch information
John-Wiens authored Apr 24, 2024
2 parents 7f513d6 + dcb574c commit e658cc0
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 e658cc0

Please sign in to comment.