1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:24: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
ARG PHP_TARGET=7.4
ARG COMPOSER_TARGET=1.10.0
ARG COMPOSER_TARGET=2.0.3
WORKDIR /var/www/html