We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7674f2 commit 5e3a6caCopy full SHA for 5e3a6ca
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.8.5 /usr/bin/install-php-extensions /usr/bin/
+COPY --from=mlocati/php-extension-installer:2.9.4 /usr/bin/install-php-extensions /usr/bin/
13
14
RUN <<EOT
15
set -eux
0 commit comments