File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN docker-php-ext-install mysqli
1010
1111VOLUME /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
1818RUN curl -o wordpress.tar.gz -SL https://wordpress.org/wordpress-${WORDPRESS_UPSTREAM_VERSION}.tar.gz \
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ RUN docker-php-ext-install mysqli
88
99VOLUME /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
1616RUN curl -o wordpress.tar.gz -SL https://wordpress.org/wordpress-${WORDPRESS_UPSTREAM_VERSION}.tar.gz \
You can’t perform that action at this time.
0 commit comments