From 3ad401266ea26efecf20ce3d93aa7bf63e2f2897 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 02:37:28 +0000 Subject: [PATCH] chore(deps): update mlocati/php-extension-installer docker tag to v2.2.6 --- containers/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/php/Dockerfile b/containers/php/Dockerfile index d9b5a67..03ca3c5 100644 --- a/containers/php/Dockerfile +++ b/containers/php/Dockerfile @@ -2,7 +2,7 @@ FROM php:8.3.4-fpm-alpine as base WORKDIR /var/www/html # install extensions and packages -COPY --from=mlocati/php-extension-installer:2.2.5 /usr/bin/install-php-extensions /usr/local/sbin/ +COPY --from=mlocati/php-extension-installer:2.2.6 /usr/bin/install-php-extensions /usr/local/sbin/ RUN apk add --no-cache \ netcat-openbsd \ postgresql15-client \