Skip to content

Commit

Permalink
Pin amazoncorretto Docker tag to 9331187
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-pagopa[bot] authored Feb 6, 2025
1 parent 46ef91d commit bf63f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unzip-java/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazoncorretto:17
FROM amazoncorretto:17@sha256:9331187e449b3ec4751da063e70dc8b29ab4211f23c32a1de63759179f066b10
WORKDIR /app
COPY target/unzip-java-1.0-SNAPSHOT.jar app.jar
ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit bf63f49

Please sign in to comment.