Skip to content

Commit 8a53771

Browse files
upgrade oidc to 2.4.16.10 (#100)
1 parent 82e159a commit 8a53771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apache-oidc/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM httpd:2.4.63@sha256:437b9f7d469dd606fa6d2a5f9a3be55fe3af7e0c66e0329da8c14b2
44
RUN apt-get update \
55
&& apt-get install -y --no-install-recommends wget ca-certificates libcjose0 libhiredis0.14 apache2-api-20120211 apache2-bin libldap-2.5-0 libssl3 libldap-common \
66
&& apt-get check \
7-
&& wget https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.16.8/libapache2-mod-auth-openidc_2.4.16.8-1.bookworm_amd64.deb \
8-
&& dpkg -i libapache2-mod-auth-openidc_2.4.16.8-1.bookworm_amd64.deb \
7+
&& wget https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.16.10/libapache2-mod-auth-openidc_2.4.16.10-1.bookworm_amd64.deb \
8+
&& dpkg -i libapache2-mod-auth-openidc_2.4.16.10-1.bookworm_amd64.deb \
99
&& ln -s /usr/lib/apache2/modules/mod_auth_openidc.so /usr/local/apache2/modules/mod_auth_openidc.so \
1010
#&& rm -rf /var/log/dpkg.log /var/log/alternatives.log /var/log/apt \
1111
&& touch /usr/local/apache2/conf/extra/secret.conf \

0 commit comments

Comments
 (0)