Skip to content

Commit c68a865

Browse files
Upgraded Apache image httpd to version 13 trixie base image (#109)
* Upgrade OIDC to 2.4.17.2 * Upgraded apache image httpd to version 13 trixie base image and upgraded mod_auth_openidc to v2.4.19 with trixie and updated packages to libhiredis1.1.0 libldap2
1 parent 819b1be commit c68a865

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

apache-oidc/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM httpd:2.4.65@sha256:fbc12199ccad031d8047e9c789d65aceee2d14f99ba90664cd3a3996867a5582
2-
# "Created": "2025-07-23T17:31:12Z" , "Version":"2.4.65"
1+
FROM httpd:2.4.65@sha256:f9b88f3f093d925525ec272bbe28e72967ffe1a40da813fe84df9fcb2fad3f30
2+
# "Created": "2025-11-18T04:19:53.842954616Z" , "Version":"2.4.65", VERSION="13 (trixie)"
33

44
RUN apt-get update \
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 \
5+
&& 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.18.1/libapache2-mod-auth-openidc_2.4.18.1-1.bookworm_amd64.deb \
8-
&& dpkg -i libapache2-mod-auth-openidc_2.4.18.1-1.bookworm_amd64.deb \
7+
&& wget https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.19/libapache2-mod-auth-openidc_2.4.19-1.trixie_amd64.deb \
8+
&& dpkg -i libapache2-mod-auth-openidc_2.4.19-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)