From 0020aa9228562801146f752d50121244c6bdfef7 Mon Sep 17 00:00:00 2001 From: Leon Boot Date: Thu, 14 Dec 2023 15:35:39 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d2d2b..5d11679 100644 --- a/README.md +++ b/README.md @@ -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 ```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 ```