From 81551a402a07d45318a31d84c13fb51f1e4ec8e5 Mon Sep 17 00:00:00 2001 From: hocaron Date: Sat, 15 Feb 2025 00:08:41 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=8F=84=EC=BB=A4=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mashup-admin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mashup-admin/Dockerfile b/mashup-admin/Dockerfile index 38f2a1ae..ed39d0e3 100644 --- a/mashup-admin/Dockerfile +++ b/mashup-admin/Dockerfile @@ -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