Skip to content

Commit

Permalink
[EPMDEDP-14648]: chore: Update Dockerfile image
Browse files Browse the repository at this point in the history
  • Loading branch information
alezander86 authored and epmd-edp committed Dec 6, 2024
1 parent 2deb5be commit fffc75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM public.ecr.aws/docker/library/openjdk:11-jre-slim-bullseye
FROM eclipse-temurin:11-jre-jammy
COPY ./target/*.jar /home/app.jar
CMD ["java","-jar","/home/app.jar"]

0 comments on commit fffc75d

Please sign in to comment.