Skip to content

Commit 060f321

Browse files
committed
Add PHP 8.5 support for imagick
1 parent ecc03c1 commit 060f321

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

layers/imagick/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV AOM_VERSION="3.10.0"
88
ENV LIBHEIF_VERSION="1.19.3"
99
ENV LIBDE265_VERSION="1.0.15"
1010
ENV GS_VERSION="9.56.1"
11-
ENV IMAGICK_EXT_COMMIT="28f27044e435a2b203e32675e942eb8de620ee58"
11+
ENV IMAGICK_EXT_COMMIT="70087bab33eab913e99ac77d64d04d1a2fd0b7b0"
1212

1313
# Prepare environment
1414
ENV IMAGICK_BUILD_DIR=${BUILD_DIR}/imagick

layers/imagick/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"php": [
33
"82",
44
"83",
5-
"84"
5+
"84",
6+
"85"
67
]
78
}

0 commit comments

Comments
 (0)