From e823a0597f0d1323a0be76b3eecbf66d4c2435fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 01:17:50 +0000 Subject: [PATCH] chore(deps): update php docker tag to v8.3.13 --- containers/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/