We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04f25a commit 8b59c0dCopy full SHA for 8b59c0d
Dockerfile
@@ -9,7 +9,7 @@ FROM composer:$COMPOSER_VERSION as local-composer
9
FROM php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION as base
10
WORKDIR /app
11
12
-COPY --from=mlocati/php-extension-installer:2.2.19 /usr/bin/install-php-extensions /usr/bin/
+COPY --from=mlocati/php-extension-installer:2.6.2 /usr/bin/install-php-extensions /usr/bin/
13
14
RUN <<EOT
15
set -eux
0 commit comments