Skip to content

Commit 9b4726a

Browse files
authored
Update README.md
1 parent 9ba42b0 commit 9b4726a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 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.13
62-
docker run --name php74 -itd -v $(pwd):/app --mount source=php74_etc,target=/usr/local/etc/php phpstatic/php:7.4.13
61+
docker pull phpstatic/php:7.4.15
62+
docker run --name php74 -itd -v $(pwd):/app --mount source=php74_etc,target=/usr/local/etc/php phpstatic/php:7.4.15
6363
docker logs php74
6464
docker volume inspect php74_etc
6565
docker exec -i -t php74 composer install
@@ -198,6 +198,7 @@ fileinfo
198198
filter
199199
ftp
200200
gd
201+
gettext
201202
gmp
202203
grpc
203204
hash

0 commit comments

Comments
 (0)