Updated README.md (#849)

Updated the README to use the latest version of the mlocati/php-extension-installer Docker image in the bind-mount example
pull/850/head
Leon Boot 2023-12-14 15:35:39 +01:00 committed by GitHub
parent 8595a480f4
commit 0020aa9228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ You may want to run `docker pull mlocati/php-extension-installer` in order to us
### Using the script of a Docker image ### Using the script of a Docker image
```Dockerfile ```Dockerfile
RUN --mount=type=bind,from=mlocati/php-extension-installer:1.5,source=/usr/bin/install-php-extensions,target=/usr/local/bin/install-php-extensions \ RUN --mount=type=bind,from=mlocati/php-extension-installer:latest,source=/usr/bin/install-php-extensions,target=/usr/local/bin/install-php-extensions \
install-php-extensions gd xdebug install-php-extensions gd xdebug
``` ```