Skip to content

Commit

Permalink
Fix: test.Dockerfile CPU 아키텍쳐 호환성 문제로 jdk-alpine에서 jdk로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gerry-mandering committed Apr 24, 2024
1 parent 722ec8b commit aedccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jdk-alpine
FROM eclipse-temurin:17-jdk
VOLUME /tmp
ARG JAR_FILE
COPY ${JAR_FILE} app.jar
Expand Down

0 comments on commit aedccec

Please sign in to comment.