Skip to content

Commit

Permalink
feat: 도커 이미지 변경 (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
hocaron authored Feb 14, 2025
2 parents 4e033bc + 81551a4 commit b1db07e
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 b1db07e

Please sign in to comment.