Skip to content

Commit

Permalink
Merge pull request #2301 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Use PHP 7.3 in the Dockerfile
  • Loading branch information
sagikazarmark committed May 12, 2019
2 parents bf59542 + d0a7b59 commit ca2892a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,7 +9,7 @@ RUN set -xe \
&& composer require guzzlehttp/guzzle


FROM php:7.2
FROM php:7.3

RUN mkdir /guzzle

Expand Down

0 comments on commit ca2892a

Please sign in to comment.