From 4cf890aea5f739c5b13e32c9fd7bb1dccb178765 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Thu, 7 Mar 2024 17:58:28 -0600 Subject: [PATCH] container update libldap dependency for bookworm --- container/registry/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/registry/base/Dockerfile b/container/registry/base/Dockerfile index da6e1adab..c66a7f332 100644 --- a/container/registry/base/Dockerfile +++ b/container/registry/base/Dockerfile @@ -25,7 +25,7 @@ FROM php:${PHP_IMAGE_VERSION}-apache-bookworm # but xls, pdo, pdo_mysql, pdo_pgsql, mysqli, pgsql, # and ldap extensions must be built. RUN apt-get update && apt-get install -y \ - libldap-2.4-2 \ + libldap-2.5-0 \ libldap2-dev \ libmariadb-dev \ libpq-dev \