Skip to content

Commit

Permalink
update java Docker image (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi authored Nov 8, 2022
1 parent e733407 commit 7746320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legend-sdlc-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11.0.16-bullseye
FROM eclipse-temurin:11.0.17_8-jdk-jammy
COPY target/legend-sdlc-server-*-shaded.jar /app/bin/
COPY src/main/resources/docker/config /config
CMD java -cp /app/bin/*.jar \
Expand Down

0 comments on commit 7746320

Please sign in to comment.