From ff0af80887559b9b46d1fb5ca0d83fe79ed1d5f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 01:38:44 +0000 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2.2.12 --- containers/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/php/Dockerfile b/containers/php/Dockerfile index 0bf3b27..8435620 100644 --- a/containers/php/Dockerfile +++ b/containers/php/Dockerfile @@ -2,7 +2,7 @@ FROM php:8.3.6-fpm-alpine as base WORKDIR /var/www/html # install extensions and packages -COPY --from=mlocati/php-extension-installer:2.2.9 /usr/bin/install-php-extensions /usr/local/sbin/ +COPY --from=mlocati/php-extension-installer:2.2.12 /usr/bin/install-php-extensions /usr/local/sbin/ RUN apk add --no-cache \ netcat-openbsd \ postgresql15-client \