Skip to content

Commit b04f25a

Browse files
chore(deps): update mlocati/php-extension-installer docker tag to v2.2.19 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e065c7 commit b04f25a

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

1414
RUN <<EOT
1515
set -eux

0 commit comments

Comments
 (0)