Skip to content

Commit 02e4511

Browse files
committed
Pinning docker parent
1 parent 3e55f75 commit 02e4511

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

openid-connect-provider-debugger/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# checkov:skip=CKV_DOCKER_3
2-
FROM openresty/openresty:alpine
1+
FROM openresty/openresty:1.25.3.1-alpine@sha256:c2f951b3915bffe15c5e2d96ecad737d53eca5cd5338643097183fa127695050
32

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

openid-connect-provider-debugger/Dockerfile-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openresty/openresty:alpine
1+
FROM openresty/openresty:1.25.3.1-alpine@sha256:c2f951b3915bffe15c5e2d96ecad737d53eca5cd5338643097183fa127695050
22

33
HEALTHCHECK NONE
44

0 commit comments

Comments
 (0)