diff --git a/Dockerfile.base b/Dockerfile.base index 082a54c63..466d4a9da 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,10 +1,10 @@ # ================================ # Stage 0: Build PHP Base Image # ================================ -FROM --platform=$TARGETOS/$TARGETARCH php:8.3-fpm-alpine +FROM --platform=$TARGETOS/$TARGETARCH php:8.4-fpm-alpine ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ RUN install-php-extensions bcmath gd intl zip opcache pcntl posix pdo_mysql -RUN rm /usr/local/bin/install-php-extensions \ No newline at end of file +RUN rm /usr/local/bin/install-php-extensions