Skip to content

Commit

Permalink
use mlocati docker image tag 2.7
Browse files Browse the repository at this point in the history
ToshY committed Nov 29, 2024
1 parent d016b1c commit dcb7825
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
ARG PHP_VERSION

FROM php-base AS common

LABEL maintainer="ToshY (github.com/ToshY)"

COPY --from=ghcr.io/composer/docker:2.8 /usr/bin/composer /usr/local/bin/composer

ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/download/2.7.0/install-php-extensions /usr/local/bin/
COPY --from=ghcr.io/mlocati/php-extension-installer:2.7 /usr/bin/install-php-extensions /usr/local/bin/

ENV COMPOSER_ALLOW_SUPERUSER=1

0 comments on commit dcb7825

Please sign in to comment.