1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 11:14:04 +00:00

Composer 2 (#517)

This commit is contained in:
Samuel Štancl 2020-10-29 11:59:28 +01:00 committed by GitHub
parent 2cbf8dbd4e
commit f273ed4f1e
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