Skip to content

Commit

Permalink
feat: 도커 이미지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hocaron committed Feb 14, 2025
1 parent 4e033bc commit 81551a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mashup-admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:8-jdk
FROM amazoncorretto:11-alpine-jdk
ENV TZ=Asia/Seoul

RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Expand Down

0 comments on commit 81551a4

Please sign in to comment.