We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7caccb7 commit fbef239Copy full SHA for fbef239
Dockerfile
@@ -36,7 +36,7 @@ RUN rm -rf /var/www/html && mkdir /var/www/html
36
VOLUME /var/www/html
37
WORKDIR /var/www/html
38
39
-ENV WORDPRESS_VERSION 3.9.2
+ENV WORDPRESS_VERSION 4.0
40
41
# upstream tarballs include ./wordpress/ so this gives us /usr/src/wordpress
42
RUN curl -SL http://wordpress.org/wordpress-$WORDPRESS_VERSION.tar.gz | tar -xzC /usr/src/
0 commit comments