Girish Ramakrishnan преди 8 години
родител
ревизия
9a1fc29ada
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      DESCRIPTION.md
  2. 1 1
      Dockerfile

+ 1 - 1
DESCRIPTION.md

@@ -1,4 +1,4 @@
-This app packages WordPress 4.7.5.
+This app packages WordPress <upstream>4.8</upstream>.
 
 
 WordPress is web software you can use to create a beautiful website or blog.
 WordPress is web software you can use to create a beautiful website or blog.
 We like to say that WordPress is both free and priceless at the same time.
 We like to say that WordPress is both free and priceless at the same time.

+ 1 - 1
Dockerfile

@@ -8,7 +8,7 @@ RUN apt-get update && \
 
 
 RUN mkdir -p /app/code
 RUN mkdir -p /app/code
 WORKDIR /app/code
 WORKDIR /app/code
-RUN curl -L http://wordpress.org/wordpress-4.7.5.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L http://wordpress.org/wordpress-4.8.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 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
 RUN ln -s /app/data/htaccess /app/code/.htaccess
 ADD wp-config.php.template /app/code/wp-config.php.template
 ADD wp-config.php.template /app/code/wp-config.php.template