diff --git a/containers/php/Dockerfile b/containers/php/Dockerfile index 1a02225..6d3407c 100644 --- a/containers/php/Dockerfile +++ b/containers/php/Dockerfile @@ -6,7 +6,7 @@ ARG DEPENDENCIES="netcat-openbsd postgresql15-client procps" ARG DEPENDENCIES_DEV="git shadow sudo bash" # base image for all containers -FROM php:8.3.10-fpm-alpine AS base +FROM php:8.3.11-fpm-alpine AS base WORKDIR /var/www/html # install extensions and packages COPY --from=mlocati/php-extension-installer:2.4.0 /usr/bin/install-php-extensions /usr/local/sbin/