Skip to content

Commit ececa4d

Browse files
authored
Fix failing imagick (#3)
1 parent bf5f364 commit ececa4d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Containerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM docker.io/library/php:8-fpm
1+
FROM docker.io/library/php:8.3-fpm
22
RUN apt-get update && apt-get upgrade -y && apt-get autoclean
33

44
ADD --chmod=0755 \
5-
https://github.com/mlocati/docker-php-extension-installer/releases/download/2.6.3/install-php-extensions \
5+
https://github.com/mlocati/docker-php-extension-installer/releases/download/2.7.28/install-php-extensions \
66
/usr/local/bin/
7-
7+
88
RUN install-php-extensions \
99
apcu \
1010
bcmath \
@@ -15,8 +15,7 @@ RUN install-php-extensions \
1515
gettext \
1616
gmp \
1717
iconv \
18-
# TODO: Use latest released version, after https://github.com/Imagick/imagick/issues/640 is fixed
19-
imagick/imagick@28f27044e435a2b203e32675e942eb8de620ee58 \
18+
imagick \
2019
intl \
2120
ldap \
2221
mbstring \

0 commit comments

Comments
 (0)