From b04f25ab1186102a0a18463eadb4bd4cf3e0eb65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:09:48 -0500 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2.2.19 (#35) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d10f71c..8866a8e 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.2.2 /usr/bin/install-php-extensions /usr/bin/ +COPY --from=mlocati/php-extension-installer:2.2.19 /usr/bin/install-php-extensions /usr/bin/ RUN <