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:
parent
2cbf8dbd4e
commit
f273ed4f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue