Skip to content

Commit 8b59c0d

Browse files
chore(deps): update mlocati/php-extension-installer docker tag to v2.6.2
1 parent b04f25a commit 8b59c0d

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.2.19 /usr/bin/install-php-extensions /usr/bin/
12+
COPY --from=mlocati/php-extension-installer:2.6.2 /usr/bin/install-php-extensions /usr/bin/
1313

1414
RUN <<EOT
1515
set -eux

0 commit comments

Comments
 (0)