Skip to content

Commit

Permalink
chore: update Dockerfile to use Eclipse Temurin JDK 17 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Dec 28, 2024
1 parent 013c7a3 commit d31cefb
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,4 +1,4 @@
FROM adoptopenjdk/openjdk17:alpine-jre
FROM eclipse-temurin:17-jre-alpine
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} dobby.jar
ENV SPRING_PROFILES_ACTIVE=dev
Expand Down

0 comments on commit d31cefb

Please sign in to comment.