Skip to content

Commit 5062fe6

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into pr/61
2 parents 9e60cb2 + bbef607 commit 5062fe6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apache/Dockerfile

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

1111
VOLUME /var/www/html
1212

13-
ENV WORDPRESS_VERSION 4.1.0
14-
ENV WORDPRESS_UPSTREAM_VERSION 4.1
15-
ENV WORDPRESS_SHA1 f0437c96ae3d8acaba3579566f1346f4cd06468e
13+
ENV WORDPRESS_VERSION 4.1.1
14+
ENV WORDPRESS_UPSTREAM_VERSION 4.1.1
15+
ENV WORDPRESS_SHA1 15d38fe6c73121a20e63ccd8070153b89b2de6a9
1616

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

0 commit comments

Comments
 (0)