From a5cf0cf6dc0a7f1f481de2c32bc9a9c8ce36c154 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 17:43:55 +0000 Subject: [PATCH] chore(deps): update docker.io/mlocati/php-extension-installer docker tag to v2.9.28 --- containers/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/php/Dockerfile b/containers/php/Dockerfile index a7f4f17..bde308c 100644 --- a/containers/php/Dockerfile +++ b/containers/php/Dockerfile @@ -5,7 +5,7 @@ FROM php:8.5.2-fpm-alpine AS base WORKDIR /var/www/html # install software needed for all environments COPY --from=docker.io/composer:2.9.3 /usr/bin/composer /usr/local/bin/composer -COPY --from=docker.io/mlocati/php-extension-installer:2.9.27 /usr/bin/install-php-extensions /usr/local/sbin/install-php-extensions +COPY --from=docker.io/mlocati/php-extension-installer:2.9.28 /usr/bin/install-php-extensions /usr/local/sbin/install-php-extensions ADD --chmod=777 \ --checksum=sha256:206a8f9b2177703fc5aa924d85ad6c72e82413e2d09635b4c9c82a1b65b5b3d5 \ https://github.com/eficode/wait-for/releases/download/v2.2.4/wait-for /usr/local/bin/wait-for