Skip to content

Commit 426a31a

Browse files
authored
Bump lua-resty-openidc version to 1.8.0-1 (#167)
1 parent a07bd3b commit 426a31a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openid-connect-provider-debugger/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# checkov:skip=CKV_DOCKER_3
22
FROM openresty/openresty:1.27.1.1-alpine-fat@sha256:aa8ea52fa35a296558aed8b392fb39d575e39dd4a7717fa44f1fd6fc09c1185d
33

4-
ARG LUA_RESTY_OPENIDC_VERSION="1.7.6"
4+
ARG LUA_RESTY_OPENIDC_VERSION="1.8.0-1"
55

66
SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
77

@@ -20,6 +20,7 @@ RUN apk -U upgrade \
2020
fi \
2121
&& rm -rf /var/cache/apk/*
2222

23+
# We let lua-resty-session get pulled transitively to ensure compatibility
2324
RUN luarocks install lua-resty-openidc --pin "${LUA_RESTY_OPENIDC_VERSION}" \
2425
&& if luarocks list --outdated | grep -q -e '^lua-resty-openidc$' ; then \
2526
luarocks list --outdated ; \

0 commit comments

Comments
 (0)