Skip to content

Commit

Permalink
Update docker container to use php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johanderuijter committed May 27, 2020
1 parent 32e4d82 commit 1fad33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM php:7.2-cli
FROM php:7.4-cli

RUN pecl install mongodb && docker-php-ext-enable mongodb

0 comments on commit 1fad33d

Please sign in to comment.