Skip to content

Commit

Permalink
Bump openresty/openresty in /openid-connect-provider-debugger (#18)
Browse files Browse the repository at this point in the history
Bumps openresty/openresty from `c2f951b` to `654e5b4`.

---
updated-dependencies:
- dependency-name: openresty/openresty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 8509f03 commit e1d990e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openid-connect-provider-debugger/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# checkov:skip=CKV_DOCKER_3
FROM openresty/openresty:1.25.3.1-alpine@sha256:c2f951b3915bffe15c5e2d96ecad737d53eca5cd5338643097183fa127695050
FROM openresty/openresty:1.25.3.1-alpine@sha256:654e5b4362c9e10880fffbb2a5c7cdf79e95e083d6a9c799815082ebe9f7e927

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:1.25.3.1-alpine@sha256:c2f951b3915bffe15c5e2d96ecad737d53eca5cd5338643097183fa127695050
FROM openresty/openresty:1.25.3.1-alpine@sha256:654e5b4362c9e10880fffbb2a5c7cdf79e95e083d6a9c799815082ebe9f7e927

HEALTHCHECK NONE

Expand Down

0 comments on commit e1d990e

Please sign in to comment.