From 866190028ab68fa309fe131602dc4a759d677bc6 Mon Sep 17 00:00:00 2001 From: Tom Harper Date: Tue, 10 Dec 2024 09:21:44 +0000 Subject: [PATCH] fix imagick (#27) --- php-84/DockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-84/DockerFile b/php-84/DockerFile index 6c42e89..79d2624 100644 --- a/php-84/DockerFile +++ b/php-84/DockerFile @@ -32,7 +32,7 @@ RUN install-php-extensions mysqli \ opcache \ intl \ redis \ - imagick/imagick@master \ + imagick \ yaml RUN /docker-scripts/install_users.sh RUN /docker-scripts/install_config.sh