Skip to content

Commit dc7ab19

Browse files
Tested up to Wordpress 5.6.
1 parent 1b93cf5 commit dc7ab19

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/Dockerfile-wordpress-56

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM wordpress:5-php7.3
22

33
ENV WORDPRESS_VERSION 5.6
4-
ENV WORDPRESS_UPSTREAM_VERSION 5.6-RC1
5-
ENV WORDPRESS_SHA1 99fefad68926df5a910b9c55075da816665dad9a
4+
ENV WORDPRESS_UPSTREAM_VERSION 5.6
5+
ENV WORDPRESS_SHA1 db8b75bfc9de27490434b365c12fd805ca6784ce
66

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

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: TinyPNG
33
Donate link: https://tinypng.com/
44
Tags: compress images, compression, image size, page speed, performance
55
Requires at least: 3.4
6-
Tested up to: 5.4
6+
Tested up to: 5.6
77
Stable tag: 3.2.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)