We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5f364 commit 0e447d8Copy full SHA for 0e447d8
1 file changed
Containerfile
@@ -1,10 +1,10 @@
1
-FROM docker.io/library/php:8-fpm
+FROM docker.io/library/php:8.3-fpm
2
RUN apt-get update && apt-get upgrade -y && apt-get autoclean
3
4
ADD --chmod=0755 \
5
- https://github.com/mlocati/docker-php-extension-installer/releases/download/2.6.3/install-php-extensions \
+ https://github.com/mlocati/docker-php-extension-installer/releases/download/2.7.28/install-php-extensions \
6
/usr/local/bin/
7
-
+
8
RUN install-php-extensions \
9
apcu \
10
bcmath \
@@ -15,8 +15,7 @@ RUN install-php-extensions \
15
gettext \
16
gmp \
17
iconv \
18
- # TODO: Use latest released version, after https://github.com/Imagick/imagick/issues/640 is fixed
19
- imagick/imagick@28f27044e435a2b203e32675e942eb8de620ee58 \
+ imagick \
20
intl \
21
ldap \
22
mbstring \
0 commit comments