From a6e9b672b1715e55fb2948d529a82988d489fc56 Mon Sep 17 00:00:00 2001 From: daniele vanzini Date: Tue, 9 Sep 2025 23:34:43 +0200 Subject: [PATCH] Replace php:8.3-apache with php:8.3-apache-bookworm Debian Trixie removed libc-client-dev package which breaks IMAP extension build. Switch to Bookworm base image to maintain compatibility. --- apache/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/Dockerfile b/apache/Dockerfile index 62f0fab..9963161 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3-apache +FROM php:8.3-apache-bookworm LABEL org.opencontainers.image.source=https://github.com/espocrm/espocrm LABEL org.opencontainers.image.description="EspoCRM is an Open Source CRM. Try for Free."