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 957aa65 commit 0c7d430Copy full SHA for 0c7d430
Dockerfile
@@ -12,9 +12,9 @@ RUN docker-php-ext-install mysqli
12
13
VOLUME /var/www/html
14
15
-ENV WORDPRESS_VERSION 4.0.0
16
-ENV WORDPRESS_UPSTREAM_VERSION 4.0
17
-ENV WORDPRESS_SHA1 73449bbc015e3d1858f13f56f3289202bd756654
+ENV WORDPRESS_VERSION 4.0.1
+ENV WORDPRESS_UPSTREAM_VERSION 4.0.1
+ENV WORDPRESS_SHA1 ef1bd7ca90b67e6d8f46dc2e2a78c0ec4c2afb40
18
19
# upstream tarballs include ./wordpress/ so this gives us /usr/src/wordpress
20
RUN curl -o wordpress.tar.gz -SL https://wordpress.org/wordpress-${WORDPRESS_UPSTREAM_VERSION}.tar.gz \
0 commit comments