Skip to content

Commit c68bb14

Browse files
committed
Update to 4.5.1
1 parent 6e26fd1 commit c68bb14

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.5
24-
ENV WORDPRESS_SHA1 439f09e7a948f02f00e952211a22b8bb0502e2e2
23+
ENV WORDPRESS_VERSION 4.5.1
24+
ENV WORDPRESS_SHA1 9bf09e0ca8f656b650b3056339e2d3eb28c6355e
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.5
22-
ENV WORDPRESS_SHA1 439f09e7a948f02f00e952211a22b8bb0502e2e2
21+
ENV WORDPRESS_VERSION 4.5.1
22+
ENV WORDPRESS_SHA1 9bf09e0ca8f656b650b3056339e2d3eb28c6355e
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)