From 425349356a58e84f39bbb335c65e81312e8e3096 Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Thu, 19 Feb 2015 10:36:42 +0000 Subject: [PATCH] Updates wordpress to latest! closes #34 --- dockerfiles/services/wordpress/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/services/wordpress/Dockerfile b/dockerfiles/services/wordpress/Dockerfile index d3231da..eaed999 100644 --- a/dockerfiles/services/wordpress/Dockerfile +++ b/dockerfiles/services/wordpress/Dockerfile @@ -1,7 +1,7 @@ FROM pierreozoux/apache # Download latest version of Wordpress into /app -RUN curl -L https://wordpress.org/wordpress-4.1.tar.gz | tar xz && \ +RUN curl -L https://wordpress.org/latest.tar.gz | tar xz && \ mv wordpress/* app && \ mv /app/wp-content /wp-content && \ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \ -- GitLab