Skip to content

Commit ae586ee

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.29 /usr/bin/install-php-extensions /usr/bin/
1313

1414
RUN <<EOT
1515
set -eux

0 commit comments

Comments
 (0)