From 984087e634a16d9e7afddfb1713649946036dea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:39:12 +0000 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2.7.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 58e710a..c920c36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM composer:$COMPOSER_VERSION AS local-composer FROM php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION AS base WORKDIR /app -COPY --from=mlocati/php-extension-installer:2.7.24 /usr/bin/install-php-extensions /usr/bin/ +COPY --from=mlocati/php-extension-installer:2.7.26 /usr/bin/install-php-extensions /usr/bin/ RUN <