Skip to content

Commit

Permalink
docs [#23] Dockerfile 자바 버전 21로 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1hyun committed Jan 12, 2025
1 parent e6a129b commit a0ca696
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 eclipse-temurin:17-jdk
FROM eclipse-temurin:21-jdk
WORKDIR /app
COPY build/libs/confeti-0.0.1-SNAPSHOT.jar /app/confeti.jar
CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active=${SPRING_PROFILES_ACTIVE}", "confeti.jar"]

0 comments on commit a0ca696

Please sign in to comment.