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 \