From 632a8f28788f91b7a767d893f2915c2f4d3894be Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Sun, 21 Jul 2019 11:30:24 +0100 Subject: Pull new tags instead of full images --- docker/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/php/Dockerfile') diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile index 08ee44c..8971d1f 100644 --- a/docker/php/Dockerfile +++ b/docker/php/Dockerfile @@ -1,6 +1,6 @@ ARG PHP_VERSION ARG LIBXML_VERSION -FROM andreskrey/php-${PHP_VERSION}-libxml-${LIBXML_VERSION} +FROM andreskrey/php-${PHP_VERSION}:libxml-${LIBXML_VERSION} RUN pecl install xdebug && docker-php-ext-enable xdebug -- cgit v1.2.3