|
@@ -3,7 +3,7 @@ MAINTAINER Girish Ramakrishnan <girish@cloudron.io>
|
|
|
|
|
|
RUN mkdir -p /app/code
|
|
|
WORKDIR /app/code
|
|
|
-RUN curl -L http://wordpress.org/wordpress-4.5.3.tar.gz | tar -xz --strip-components 1 -f -
|
|
|
+RUN curl -L http://wordpress.org/wordpress-4.6.tar.gz | tar -xz --strip-components 1 -f -
|
|
|
RUN mv /app/code/wp-content /app/code/wp-content-vanilla && ln -s /app/data/wp-content /app/code/wp-content
|
|
|
RUN ln -s /app/data/htaccess /app/code/.htaccess
|
|
|
ADD wp-config.php.template /app/code/wp-config.php.template
|
|
@@ -11,7 +11,7 @@ ADD wp-config.php.template /app/code/wp-config.php.template
|
|
|
RUN mkdir -p /run/wordpress/sessions && \
|
|
|
ln -sf /run/wordpress/wp-config.php /app/code/wp-config.php
|
|
|
|
|
|
-RUN curl -L -o /app/code/wp https://github.com/wp-cli/wp-cli/releases/download/v0.23.1/wp-cli-0.23.1.phar
|
|
|
+RUN curl -L -o /app/code/wp https://github.com/wp-cli/wp-cli/releases/download/v0.24.1/wp-cli-0.24.1.phar
|
|
|
RUN chmod +x /app/code/wp
|
|
|
|
|
|
# Get the plugins
|