Skip to content

Commit

Permalink
Replace runtime jdk with eclipse-temurin:17.0.6_10-jre-jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sethuraman authored and mpawliszyn committed Mar 30, 2023
1 parent 4411f00 commit 11a4ea3
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
Expand Up @@ -3,7 +3,7 @@ COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN gradle shadowJar --no-daemon

FROM openjdk:11
FROM eclipse-temurin:17.0.6_10-jre-jammy
RUN mkdir /usr/local/backfila
COPY --from=build /home/gradle/src/service/build/libs/service-*-SNAPSHOT.jar /usr/local/backfila/service.jar

Expand Down

0 comments on commit 11a4ea3

Please sign in to comment.