From 444aafb73f86734bc84b15a455ea4d1700a2a757 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 10 Oct 2019 08:49:44 +0200 Subject: [PATCH] Update base image name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7196778..173f686 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Installation via COPY --from ``` FROM php:7.2-cli -COPY --from=docker-install-php-extensions /usr/bin/install-php-extensions /usr/bin/ +COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/ RUN install-php-extensions gd xdebug ```