Skip to content

Commit 4cae1f3

Browse files
committed
Update to 4.4
1 parent ef064e4 commit 4cae1f3

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.3.1
24-
ENV WORDPRESS_SHA1 b2e5652a6d2333cabe7b37459362a3e5b8b66221
23+
ENV WORDPRESS_VERSION 4.4
24+
ENV WORDPRESS_SHA1 d647a77c63f2ba06578f7747bd4ac295e032f57a
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.3.1
22-
ENV WORDPRESS_SHA1 b2e5652a6d2333cabe7b37459362a3e5b8b66221
21+
ENV WORDPRESS_VERSION 4.4
22+
ENV WORDPRESS_SHA1 d647a77c63f2ba06578f7747bd4ac295e032f57a
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)