Skip to content

Commit 43bf25d

Browse files
chore(deps): update docker.io/mlocati/php-extension-installer docker tag to v2.9.23 (#138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec55c17 commit 43bf25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM php:8.5.0-fpm-alpine AS base
55
WORKDIR /var/www/html
66
# install software needed for all environments
77
COPY --from=docker.io/composer:2.9.2 /usr/bin/composer /usr/local/bin/composer
8-
COPY --from=docker.io/mlocati/php-extension-installer:2.9.21 /usr/bin/install-php-extensions /usr/local/sbin/install-php-extensions
8+
COPY --from=docker.io/mlocati/php-extension-installer:2.9.23 /usr/bin/install-php-extensions /usr/local/sbin/install-php-extensions
99
ADD --chmod=777 \
1010
--checksum=sha256:206a8f9b2177703fc5aa924d85ad6c72e82413e2d09635b4c9c82a1b65b5b3d5 \
1111
https://github.com/eficode/wait-for/releases/download/v2.2.4/wait-for /usr/local/bin/wait-for

0 commit comments

Comments
 (0)