Skip to content

Commit 0c7d430

Browse files
committed
Update to 4.0.1
1 parent 957aa65 commit 0c7d430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN docker-php-ext-install mysqli
1212

1313
VOLUME /var/www/html
1414

15-
ENV WORDPRESS_VERSION 4.0.0
16-
ENV WORDPRESS_UPSTREAM_VERSION 4.0
17-
ENV WORDPRESS_SHA1 73449bbc015e3d1858f13f56f3289202bd756654
15+
ENV WORDPRESS_VERSION 4.0.1
16+
ENV WORDPRESS_UPSTREAM_VERSION 4.0.1
17+
ENV WORDPRESS_SHA1 ef1bd7ca90b67e6d8f46dc2e2a78c0ec4c2afb40
1818

1919
# upstream tarballs include ./wordpress/ so this gives us /usr/src/wordpress
2020
RUN curl -o wordpress.tar.gz -SL https://wordpress.org/wordpress-${WORDPRESS_UPSTREAM_VERSION}.tar.gz \

0 commit comments

Comments
 (0)