Skip to content

Commit e7ef781

Browse files
committed
2 parents ebb5772 + 896f80a commit e7ef781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Step 1: OpenJDK 17 기반 이미지로 시작
2-
FROM openjdk:21-jdk-slim as build
2+
FROM eclipse-temurin:21-jdk-jammy as build
33

44
# Step 2: Spring Boot 애플리케이션을 위한 작업 디렉토리 설정
55
WORKDIR /app

0 commit comments

Comments
 (0)