Skip to content

Commit

Permalink
chore(deps): update openjdk docker tag to v17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent f77639f commit 8e304e7
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 @@
# Sử dụng hình ảnh Maven chính thức với OpenJDK 17 để build và chạy ứng dụng
FROM openjdk:17
FROM openjdk:17.0.2
# Thiết lập thư mục làm việc trong container
WORKDIR /app
# Sao chép file pom.xml và thư mục .mvn vào thư mục làm việc của container
Expand Down

0 comments on commit 8e304e7

Please sign in to comment.