chore: use php 7.4 cli

This commit is contained in:
Daniel Roe 2019-12-04 11:21:48 +00:00
parent a0b3504c92
commit 45b74914e5
No known key found for this signature in database
GPG Key ID: 37103C9F8C1817F1

View File

@ -7,7 +7,7 @@ COPY stubs stubs
RUN composer install --no-dev --optimize-autoloader --prefer-dist
FROM php:7.3-cli
FROM php:7.4-cli
WORKDIR /rector
COPY . .