docker-library / wordpress

Docker Official Image packaging for WordPress
https://wordpress.org/
GNU General Public License v2.0
1.78k stars 1.07k forks source link

wordpress:6-php8.2-fpm-alpine looks to contain Wordpress 5.1.1 #860

Closed maderlock closed 10 months ago

maderlock commented 10 months ago

Pulling in the latest from dockerhub for wordpress:6-php8.2-fpm-alpine if I look at the file wp-include/version.php I see $wp_version = '5.1.1';.

This would explain why when I try to install with the CLI it complains about "Array and string offset access syntax with curly braces " as this old version would not be PHP 8 compatible.

Is there a rule of thumb of which docker images can be most trusted to be up to date?

maderlock commented 10 months ago

Ah. I think this is already resolved in the past. Because I'm using a volume to share the wordpress code with the CLI container this was getting fixed when the image was loaded and not updated. Closing.