From c816ca6bee6a86ef98de67216d0e80b7e8d9d5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Suszy=C5=84ski?= Date: Sat, 15 Mar 2025 18:00:59 +0100 Subject: [PATCH] Newest version of PHP 8.4 --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 2372e85..b8b7bfa 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/php:8.3-fpm +FROM docker.io/library/php:8-fpm RUN apt-get update && apt-get upgrade -y && apt-get autoclean ADD --chmod=0755 \ @@ -19,7 +19,6 @@ RUN install-php-extensions \ intl \ ldap \ mbstring \ - mcrypt \ memcached \ mysqli \ opcache \