Skip to content

Commit df190dc

Browse files
committed
Update to 4.4.2
1 parent c02e9b4 commit df190dc

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.4.1
24-
ENV WORDPRESS_SHA1 89bcc67a33aecb691e879c818d7e2299701f30e7
23+
ENV WORDPRESS_VERSION 4.4.2
24+
ENV WORDPRESS_SHA1 7444099fec298b599eb026e83227462bcdf312a6
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.4.1
22-
ENV WORDPRESS_SHA1 89bcc67a33aecb691e879c818d7e2299701f30e7
21+
ENV WORDPRESS_VERSION 4.4.2
22+
ENV WORDPRESS_SHA1 7444099fec298b599eb026e83227462bcdf312a6
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)