Skip to content

Commit

Permalink
Merge pull request #2 from Ordinary12/snyk-fix-a7597d762475fc35755a80…
Browse files Browse the repository at this point in the history
…e99c9f1ddb

[Snyk] Security upgrade openjdk from 17-ea-slim-buster to 21-ea-9-jdk-slim
  • Loading branch information
Ordinary12 authored Feb 24, 2023
2 parents 0863b23 + 3056c69 commit 3161844
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,4 +1,4 @@
FROM openjdk:17-ea-slim-buster
FROM openjdk:21-ea-9-jdk-slim
ARG JAR_FILE=target/*.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit 3161844

Please sign in to comment.