Skip to content

Commit

Permalink
Pinning docker parent
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Apr 23, 2024
1 parent 3e55f75 commit 02e4511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions openid-connect-provider-debugger/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# checkov:skip=CKV_DOCKER_3
FROM openresty/openresty:alpine
FROM openresty/openresty:1.25.3.1-alpine@sha256:c2f951b3915bffe15c5e2d96ecad737d53eca5cd5338643097183fa127695050

HEALTHCHECK CMD ["/usr/bin/curl", "-i", "-s", "-S", "-f", "http://localhost"]

Expand Down
2 changes: 1 addition & 1 deletion openid-connect-provider-debugger/Dockerfile-test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openresty/openresty:alpine
FROM openresty/openresty:1.25.3.1-alpine@sha256:c2f951b3915bffe15c5e2d96ecad737d53eca5cd5338643097183fa127695050

HEALTHCHECK NONE

Expand Down

0 comments on commit 02e4511

Please sign in to comment.