We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9dd0ac commit 489f95fCopy full SHA for 489f95f
README.md
@@ -58,8 +58,8 @@ Linux package need CPU support AVX.
58
run this on your project dirs:
59
60
```sh
61
-docker pull phpstatic/php:7.4.10
62
-docker run --name php74 -itd -v $(pwd):/app --mount source=php74_etc,target=/usr/local/etc/php phpstatic/php:7.4.10
+docker pull phpstatic/php:7.4.11
+docker run --name php74 -itd -v $(pwd):/app --mount source=php74_etc,target=/usr/local/etc/php phpstatic/php:7.4.11
63
docker logs php74
64
docker volume inspect php74_etc
65
docker exec -i -t php74 composer install
0 commit comments