mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-24 10:03:27 +01:00
Merge pull request #2301 from GrahamCampbell/patch-1
Use PHP 7.3 in the Dockerfile
This commit is contained in:
commit
ca2892a8c2
@ -9,7 +9,7 @@ RUN set -xe \
|
||||
&& composer require guzzlehttp/guzzle
|
||||
|
||||
|
||||
FROM php:7.2
|
||||
FROM php:7.3
|
||||
|
||||
RUN mkdir /guzzle
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user