1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 16:54:05 +00:00

Composer 2

This commit is contained in:
Samuel Štancl 2020-10-29 11:54:09 +01:00 committed by GitHub
parent 2cbf8dbd4e
commit ea87f1b85c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ FROM php:${PHP_TARGET}-cli
# We need to do this again as the FROM line seems to clear the ARG # We need to do this again as the FROM line seems to clear the ARG
ARG PHP_TARGET=7.4 ARG PHP_TARGET=7.4
ARG COMPOSER_TARGET=1.10.0 ARG COMPOSER_TARGET=2.0.3
WORKDIR /var/www/html WORKDIR /var/www/html