Skip to content

Commit 5e3a6ca

Browse files
chore(deps): update mlocati/php-extension-installer docker tag to v2.9.4
1 parent b7674f2 commit 5e3a6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM composer:$COMPOSER_VERSION AS local-composer
99
FROM php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION AS base
1010
WORKDIR /app
1111

12-
COPY --from=mlocati/php-extension-installer:2.8.5 /usr/bin/install-php-extensions /usr/bin/
12+
COPY --from=mlocati/php-extension-installer:2.9.4 /usr/bin/install-php-extensions /usr/bin/
1313

1414
RUN <<EOT
1515
set -eux

0 commit comments

Comments
 (0)