Skip to content

Commit d8e5577

Browse files
Update to 4.7.2
1 parent 0966763 commit d8e5577

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

php5.6/apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN a2enmod rewrite expires
2929

3030
VOLUME /var/www/html
3131

32-
ENV WORDPRESS_VERSION 4.7.1
33-
ENV WORDPRESS_SHA1 8e56ba56c10a3f245c616b13e46bd996f63793d6
32+
ENV WORDPRESS_VERSION 4.7.2
33+
ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
3434

3535
RUN set -ex; \
3636
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php5.6/fpm-alpine/Dockerfile

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

4343
VOLUME /var/www/html
4444

45-
ENV WORDPRESS_VERSION 4.7.1
46-
ENV WORDPRESS_SHA1 8e56ba56c10a3f245c616b13e46bd996f63793d6
45+
ENV WORDPRESS_VERSION 4.7.2
46+
ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
4747

4848
RUN set -ex; \
4949
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php5.6/fpm/Dockerfile

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

2828
VOLUME /var/www/html
2929

30-
ENV WORDPRESS_VERSION 4.7.1
31-
ENV WORDPRESS_SHA1 8e56ba56c10a3f245c616b13e46bd996f63793d6
30+
ENV WORDPRESS_VERSION 4.7.2
31+
ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
3232

3333
RUN set -ex; \
3434
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.0/apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN a2enmod rewrite expires
2929

3030
VOLUME /var/www/html
3131

32-
ENV WORDPRESS_VERSION 4.7.1
33-
ENV WORDPRESS_SHA1 8e56ba56c10a3f245c616b13e46bd996f63793d6
32+
ENV WORDPRESS_VERSION 4.7.2
33+
ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
3434

3535
RUN set -ex; \
3636
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.0/fpm-alpine/Dockerfile

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

4343
VOLUME /var/www/html
4444

45-
ENV WORDPRESS_VERSION 4.7.1
46-
ENV WORDPRESS_SHA1 8e56ba56c10a3f245c616b13e46bd996f63793d6
45+
ENV WORDPRESS_VERSION 4.7.2
46+
ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
4747

4848
RUN set -ex; \
4949
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.0/fpm/Dockerfile

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

2828
VOLUME /var/www/html
2929

30-
ENV WORDPRESS_VERSION 4.7.1
31-
ENV WORDPRESS_SHA1 8e56ba56c10a3f245c616b13e46bd996f63793d6
30+
ENV WORDPRESS_VERSION 4.7.2
31+
ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
3232

3333
RUN set -ex; \
3434
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.1/apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN a2enmod rewrite expires
2929

3030
VOLUME /var/www/html
3131

32-
ENV WORDPRESS_VERSION 4.7.1
33-
ENV WORDPRESS_SHA1 8e56ba56c10a3f245c616b13e46bd996f63793d6
32+
ENV WORDPRESS_VERSION 4.7.2
33+
ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
3434

3535
RUN set -ex; \
3636
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.1/fpm-alpine/Dockerfile

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

4343
VOLUME /var/www/html
4444

45-
ENV WORDPRESS_VERSION 4.7.1
46-
ENV WORDPRESS_SHA1 8e56ba56c10a3f245c616b13e46bd996f63793d6
45+
ENV WORDPRESS_VERSION 4.7.2
46+
ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
4747

4848
RUN set -ex; \
4949
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

php7.1/fpm/Dockerfile

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

2828
VOLUME /var/www/html
2929

30-
ENV WORDPRESS_VERSION 4.7.1
31-
ENV WORDPRESS_SHA1 8e56ba56c10a3f245c616b13e46bd996f63793d6
30+
ENV WORDPRESS_VERSION 4.7.2
31+
ENV WORDPRESS_SHA1 7b687f1af589c337124e6247229af209ec1d52c3
3232

3333
RUN set -ex; \
3434
curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; \

0 commit comments

Comments
 (0)