Skip to content

Commit 35aff0b

Browse files
Upgrade OIDC to v2.4.19.2 and Updated Apache SHA ID for 2.4.66 (#113)
* Upgrade OIDC to 2.4.17.2 * Upgrade OIDC to v2.4.19.2 and Updated Apache SHA ID for 2.4.66
1 parent a957fc5 commit 35aff0b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apache-oidc/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM httpd:2.4.66@sha256:b89c19a390514d6767e8c62f29375d0577190be448f63b24f5f11d6b03f7bf18
2-
# "Created": "2026-02-03T02:23:05.137173969Z" , "Version":"2.4.66", VERSION="13 (trixie)"
1+
FROM httpd:2.4.66@sha256:331548c5249bdeced0f048bc2fb8c6b6427d2ec6508bed9c1fec6c57d0b27a60
2+
# "Created": "2026-03-16T22:23:01.522892039Z" , "Version":"2.4.66", VERSION="13 (trixie)"
33

44
RUN apt-get update \
55
&& apt-get install -y --no-install-recommends wget ca-certificates libcjose0 libhiredis1.1.0 apache2-api-20120211 apache2-bin libldap2 libssl3 libldap-common \
66
&& apt-get check \
7-
&& wget https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.19.1/libapache2-mod-auth-openidc_2.4.19.1-1.trixie_amd64.deb \
8-
&& dpkg -i libapache2-mod-auth-openidc_2.4.19.1-1.trixie_amd64.deb \
7+
&& wget https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.19.2/libapache2-mod-auth-openidc_2.4.19.2-1.trixie_amd64.deb \
8+
&& dpkg -i libapache2-mod-auth-openidc_2.4.19.2-1.trixie_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)