File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM httpd:2.4.63@sha256:437b9f7d469dd606fa6d2a5f9a3be55fe3af7e0c66e0329da8c14b2
4
4
RUN apt-get update \
5
5
&& 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 \
6
6
&& 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 \
9
9
&& ln -s /usr/lib/apache2/modules/mod_auth_openidc.so /usr/local/apache2/modules/mod_auth_openidc.so \
10
10
# && rm -rf /var/log/dpkg.log /var/log/alternatives.log /var/log/apt \
11
11
&& touch /usr/local/apache2/conf/extra/secret.conf \
You can’t perform that action at this time.
0 commit comments