diff --git a/containers/php/Dockerfile b/containers/php/Dockerfile index 62e1a35..61871d2 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.12-fpm-alpine AS base +FROM php:8.3.13-fpm-alpine AS base WORKDIR /var/www/html # install extensions and packages COPY --from=mlocati/php-extension-installer:2.6.0 /usr/bin/install-php-extensions /usr/local/sbin/