Skip to content

Commit e4f5126

Browse files
authored
Merge pull request docker-library#167 from samjarrett/wordpress-4.6.1
Update to WordPress 4.6.1
2 parents 78fbce8 + 81d061a commit e4f5126

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ RUN { \
2020

2121
VOLUME /var/www/html
2222

23-
ENV WORDPRESS_VERSION 4.6
24-
ENV WORDPRESS_SHA1 830962689f350e43cd1a069f3a4f68a44c0339c8
23+
ENV WORDPRESS_VERSION 4.6.1
24+
ENV WORDPRESS_SHA1 027e065d30a64720624a7404a1820e6c6fff1202
2525

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

fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN { \
1818

1919
VOLUME /var/www/html
2020

21-
ENV WORDPRESS_VERSION 4.6
22-
ENV WORDPRESS_SHA1 830962689f350e43cd1a069f3a4f68a44c0339c8
21+
ENV WORDPRESS_VERSION 4.6.1
22+
ENV WORDPRESS_SHA1 027e065d30a64720624a7404a1820e6c6fff1202
2323

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

0 commit comments

Comments
 (0)