1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 01:53:58 +01:00

Merge pull request #2301 from GrahamCampbell/patch-1

Use PHP 7.3 in the Dockerfile
This commit is contained in:
Márk Sági-Kazár 2019-05-12 14:35:22 +02:00 committed by GitHub
commit ca2892a8c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ RUN set -xe \
&& composer require guzzlehttp/guzzle
FROM php:7.2
FROM php:7.3
RUN mkdir /guzzle