From f4740755a169c728e056df30ba301ebf69e43487 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 04:58:20 +0000 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2.3.2 --- containers/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/php/Dockerfile b/containers/php/Dockerfile index 09c44f5..3ae3ae2 100644 --- a/containers/php/Dockerfile +++ b/containers/php/Dockerfile @@ -2,7 +2,7 @@ FROM php:8.3.10-fpm-alpine as base WORKDIR /var/www/html # install extensions and packages -COPY --from=mlocati/php-extension-installer:2.2.19 /usr/bin/install-php-extensions /usr/local/sbin/ +COPY --from=mlocati/php-extension-installer:2.3.2 /usr/bin/install-php-extensions /usr/local/sbin/ RUN apk add --no-cache \ netcat-openbsd \ postgresql15-client \