Skip to content

Commit 54e2ef6

Browse files
committed
Run update.sh
1 parent 5062fe6 commit 54e2ef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fpm/Dockerfile

+3-3
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.0
12-
ENV WORDPRESS_UPSTREAM_VERSION 4.1
13-
ENV WORDPRESS_SHA1 f0437c96ae3d8acaba3579566f1346f4cd06468e
11+
ENV WORDPRESS_VERSION 4.1.1
12+
ENV WORDPRESS_UPSTREAM_VERSION 4.1.1
13+
ENV WORDPRESS_SHA1 15d38fe6c73121a20e63ccd8070153b89b2de6a9
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)