mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 14:27:14 +01:00
Specify an explicit Composer version (#5589)
... to not rely on a possibly outdated local image.
This commit is contained in:
parent
1d0feb11ee
commit
242c6371d3
@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
|
||||
&& docker-php-ext-configure intl \
|
||||
&& docker-php-ext-install intl
|
||||
|
||||
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
||||
COPY --from=composer:2.0.9 /usr/bin/composer /usr/bin/composer
|
||||
|
||||
ENV COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_MEMORY_LIMIT=-1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user