Skip to content

Commit 489f95f

Browse files
authored
Update README.md
1 parent b9dd0ac commit 489f95f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Linux package need CPU support AVX.
5858
run this on your project dirs:
5959

6060
```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
61+
docker pull phpstatic/php:7.4.11
62+
docker run --name php74 -itd -v $(pwd):/app --mount source=php74_etc,target=/usr/local/etc/php phpstatic/php:7.4.11
6363
docker logs php74
6464
docker volume inspect php74_etc
6565
docker exec -i -t php74 composer install

0 commit comments

Comments
 (0)