Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.fpm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM composer:$COMPOSER_VERSION AS local-composer
FROM php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION AS base
WORKDIR /app

COPY --from=mlocati/php-extension-installer:2.10.6 /usr/bin/install-php-extensions /usr/bin/
COPY --from=mlocati/php-extension-installer:2.11.8 /usr/bin/install-php-extensions /usr/bin/

RUN <<EOT
set -eux
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM composer:$COMPOSER_VERSION AS local-composer

FROM php:$PHP_VERSION-cli-alpine$ALPINE_VERSION AS base

COPY --from=mlocati/php-extension-installer:2.10.6 /usr/bin/install-php-extensions /usr/bin/
COPY --from=mlocati/php-extension-installer:2.11.8 /usr/bin/install-php-extensions /usr/bin/

RUN <<EOT
set -eux
Expand Down
Loading