Skip to content

Commit 8de1c80

Browse files
authored
fix: yml 들여쓰기 수정 (#555)
* fix: yml 들여쓰기 수정 * fix: jdk 변경
1 parent 093b6af commit 8de1c80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# JDK 버전 설정
2-
FROM openjdk:17-jdk
2+
FROM eclipse-temurin:17-jdk
33

44
# JAR_FILE 변수 정의
55
ARG JAR_FILE=./build/libs/solid-connection-0.0.1-SNAPSHOT.jar

src/main/resources/secret

0 commit comments

Comments
 (0)