Commit bd456db6 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Doc : exemple pour PHP 7.4

parent 66671a47
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,9 +31,9 @@ docker build \

### PHP 7.x

Exemple pour PHP 7.3 :
Exemple pour PHP 7.4 :
```bash
PHP_VERSION=7.3 ; \
PHP_VERSION=7.4 ; \
docker build \
--rm \
--build-arg PHP_VERSION=${PHP_VERSION} \