There was an error while loading. Please reload this page.
1 parent f6058cc commit dc7244fCopy full SHA for dc7244f
2 files changed
Dockerfile.fpm
@@ -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.10.6 /usr/bin/install-php-extensions /usr/bin/
+COPY --from=mlocati/php-extension-installer:2.11.5 /usr/bin/install-php-extensions /usr/bin/
13
14
RUN <<EOT
15
set -eux
Dockerfile.rr
@@ -8,7 +8,7 @@ FROM composer:$COMPOSER_VERSION AS local-composer
8
FROM php:$PHP_VERSION-cli-alpine$ALPINE_VERSION AS base
0 commit comments