Skip to content

Commit f80ae18

Browse files
feat: jdk 이미지 최신으로 교체
1 parent 8ba4626 commit f80ae18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

thefirsttake/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# RUN ./gradlew clean build -x test
88

99
# # Runtime stage
10-
# FROM eclipse-temurin:21-jdk-slim
10+
# FROM eclipse-temurin:21-jdk-jammy
1111
# WORKDIR /app
1212

1313
# # Install curl for health check
@@ -21,7 +21,7 @@
2121
# CMD curl -f http://localhost:8000/actuator/health || exit 1
2222

2323
# CMD ["java", "-jar", "app.jar"]
24-
FROM eclipse-temurin:21-jdk-slim
24+
FROM eclipse-temurin:21-jdk-jammy
2525

2626
WORKDIR /app
2727

0 commit comments

Comments
 (0)