From b17b34a13943d19c1f332d2f052163a3a035ce06 Mon Sep 17 00:00:00 2001 From: hysong4u Date: Tue, 2 Dec 2025 21:48:29 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20=EB=8F=84=EC=BB=A4=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20JDK=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de0ba45..137c81f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:17-jdk +FROM eclipse-temurin:17-jdk # Jar 파일의 위치 ARG JAR_FILE=build/libs/*.jar