File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- FROM docker.io/library/php:8-fpm
1+ FROM docker.io/library/php:8.3 -fpm
22RUN apt-get update && apt-get upgrade -y && apt-get autoclean
33
44ADD --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+
88RUN 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 \
You can’t perform that action at this time.
0 commit comments