Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Commit 2067f94

Browse files
Update openjdk Docker tag to v21
1 parent f1ac54f commit 2067f94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:17.0.2-jdk-slim
1+
FROM openjdk:21-jdk-slim
22
COPY target/*.jar app.jar
33
EXPOSE 8080
44
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 commit comments

Comments
 (0)