Skip to content

Commit

Permalink
Pin amazoncorretto Docker tag to f4d6871
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-pagopa[bot] authored Feb 11, 2025
1 parent 46ef91d commit 0ae15c7
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:f4d68717f83ddc0b4bb2348c80e1b5730be891a651a2ecdafebae66dca1e9cec
WORKDIR /app
COPY target/unzip-java-1.0-SNAPSHOT.jar app.jar
ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit 0ae15c7

Please sign in to comment.