We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07bd3b commit 426a31aCopy full SHA for 426a31a
openid-connect-provider-debugger/Dockerfile
@@ -1,7 +1,7 @@
1
# checkov:skip=CKV_DOCKER_3
2
FROM openresty/openresty:1.27.1.1-alpine-fat@sha256:aa8ea52fa35a296558aed8b392fb39d575e39dd4a7717fa44f1fd6fc09c1185d
3
4
-ARG LUA_RESTY_OPENIDC_VERSION="1.7.6"
+ARG LUA_RESTY_OPENIDC_VERSION="1.8.0-1"
5
6
SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
7
@@ -20,6 +20,7 @@ RUN apk -U upgrade \
20
fi \
21
&& rm -rf /var/cache/apk/*
22
23
+# We let lua-resty-session get pulled transitively to ensure compatibility
24
RUN luarocks install lua-resty-openidc --pin "${LUA_RESTY_OPENIDC_VERSION}" \
25
&& if luarocks list --outdated | grep -q -e '^lua-resty-openidc$' ; then \
26
luarocks list --outdated ; \
0 commit comments