Skip to content

Commit 2e81eea

Browse files
authored
Newest version of PHP 8.4 (#4)
1 parent ececa4d commit 2e81eea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Containerfile

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

44
ADD --chmod=0755 \
@@ -19,7 +19,6 @@ RUN install-php-extensions \
1919
intl \
2020
ldap \
2121
mbstring \
22-
mcrypt \
2322
memcached \
2423
mysqli \
2524
opcache \

0 commit comments

Comments
 (0)