Skip to content

Commit df55b92

Browse files
Upgrade OIDC to 2.4.16.4 (#93)
1 parent 5d0ad3a commit df55b92

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.62@sha256:3584a496c4c0b2460755ac97e65caea2e7900be2a303cfb2a59f149
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.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 \
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)