summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-07-21 11:30:24 +0100
committerAndres Rey <[email protected]>2019-07-21 11:30:24 +0100
commit632a8f28788f91b7a767d893f2915c2f4d3894be (patch)
treea3950cd6639e1c5b89dd46274d32c2f51c920032 /docker
parenta4f4d8566253304819c76b74519b1288e344db31 (diff)
Pull new tags instead of full images
Diffstat (limited to 'docker')
-rw-r--r--docker/php/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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