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.62@sha256:3584a496c4c0b2460755ac97e65caea2e7900be2a303cfb2a59f149
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.3 /libapache2-mod-auth-openidc_2.4.16.3 -1.bookworm_amd64.deb \
8
- && dpkg -i libapache2-mod-auth-openidc_2.4.16.3 -1.bookworm_amd64.deb \
7
+ && wget https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.16.4 /libapache2-mod-auth-openidc_2.4.16.4 -1.bookworm_amd64.deb \
8
+ && dpkg -i libapache2-mod-auth-openidc_2.4.16.4 -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