Skip to content

Commit

Permalink
Merge pull request #18 from Say383/snyk-fix-bf2989c05ed15fa103fdf1704…
Browse files Browse the repository at this point in the history
…55e3da2

[Snyk] Security upgrade openjdk from 8-jdk to 16.0.2-jdk
  • Loading branch information
Say383 authored Mar 30, 2023
2 parents 79744d9 + 0b2c743 commit c1388a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jfrog/examples/maven-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM openjdk:8-jdk
FROM openjdk:16.0.2-jdk
ADD target/sample-project-0.1.jar sample-project-0.1.jar
CMD ["java", "-jar", "sample-project-0.1.jar"]

0 comments on commit c1388a4

Please sign in to comment.