Skip to content

Commit

Permalink
Upgrade OIDC to 2.4.16.5 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-koteswaradodda authored Oct 21, 2024
1 parent df55b92 commit 833743d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apache-oidc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM httpd:2.4.62@sha256:3584a496c4c0b2460755ac97e65caea2e7900be2a303cfb2a59f149
RUN apt-get update \
&& 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 \
&& apt-get check \
&& 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 \
&& dpkg -i libapache2-mod-auth-openidc_2.4.16.4-1.bookworm_amd64.deb \
&& wget https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.16.5/libapache2-mod-auth-openidc_2.4.16.5-1.bookworm_amd64.deb \
&& dpkg -i libapache2-mod-auth-openidc_2.4.16.5-1.bookworm_amd64.deb \
&& ln -s /usr/lib/apache2/modules/mod_auth_openidc.so /usr/local/apache2/modules/mod_auth_openidc.so \
#&& rm -rf /var/log/dpkg.log /var/log/alternatives.log /var/log/apt \
&& touch /usr/local/apache2/conf/extra/secret.conf \
Expand Down

0 comments on commit 833743d

Please sign in to comment.