Skip to content

Commit f9e876d

Browse files
committed
Merge pull request mongodb#2186 from stephandesouza/master
Make Dockerfile compatible with PHPUnit 9
2 parents 52b4ed9 + 9d9be81 commit f9e876d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG PHP_VERSION=7.2
2-
ARG COMPOSER_VERSION=1.8
1+
ARG PHP_VERSION=7.4
2+
ARG COMPOSER_VERSION=2.0
33

44
FROM composer:${COMPOSER_VERSION}
55
FROM php:${PHP_VERSION}-cli

0 commit comments

Comments
 (0)