Skip to content

Commit

Permalink
Pin Docker image java:8
Browse files Browse the repository at this point in the history
java:8
->
java:8@sha256:c1ff613e8ba25833d2e1940da0940c3824f03f802c449f3d1815a66b7f8c0e9d

[atomist:generated]
[atomist-skill:atomist/docker-base-image-policy]
  • Loading branch information
atomist-bot committed Aug 17, 2021
1 parent aa4c995 commit e0ebf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/helloworld-service-opt-4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM java:8
FROM java:8@sha256:c1ff613e8ba25833d2e1940da0940c3824f03f802c449f3d1815a66b7f8c0e9d
ENTRYPOINT ["java", "-jar", "/app/app.jar"]

COPY maven/target/helloworld-service-0.1-opt-4.jar /app/app.jar

0 comments on commit e0ebf05

Please sign in to comment.