Skip to content

Commit 08575ff

Browse files
committed
Update to 4.1.2
1 parent 7714595 commit 08575ff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ RUN docker-php-ext-install mysqli
1010

1111
VOLUME /var/www/html
1212

13-
ENV WORDPRESS_VERSION 4.1.1
14-
ENV WORDPRESS_UPSTREAM_VERSION 4.1.1
15-
ENV WORDPRESS_SHA1 15d38fe6c73121a20e63ccd8070153b89b2de6a9
13+
ENV WORDPRESS_VERSION 4.1.2
14+
ENV WORDPRESS_UPSTREAM_VERSION 4.1.2
15+
ENV WORDPRESS_SHA1 9e9745bb8a1166622de866076eac73a49cb3eba0
1616

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

fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN docker-php-ext-install mysqli
88

99
VOLUME /var/www/html
1010

11-
ENV WORDPRESS_VERSION 4.1.1
12-
ENV WORDPRESS_UPSTREAM_VERSION 4.1.1
13-
ENV WORDPRESS_SHA1 15d38fe6c73121a20e63ccd8070153b89b2de6a9
11+
ENV WORDPRESS_VERSION 4.1.2
12+
ENV WORDPRESS_UPSTREAM_VERSION 4.1.2
13+
ENV WORDPRESS_SHA1 9e9745bb8a1166622de866076eac73a49cb3eba0
1414

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

0 commit comments

Comments
 (0)