Skip to content

Commit

Permalink
fix : docker file modify
Browse files Browse the repository at this point in the history
  • Loading branch information
leehaesong3966 committed Sep 11, 2023
1 parent ae3c38a commit e1f4107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
FROM openjdk:20-jdk
FROM openjdk:17-jdk

# Set working directory
WORKDIR /app
Expand Down

0 comments on commit e1f4107

Please sign in to comment.