- Updated to ClassicPress 2.2.0
- Alpine updated to 3.20
- PHP updated to 8.2
- Updated to ClassicPress 1.7.3
-
BREAKING CHANGES:
- Migrated to Alpine + Nginx + php-fpm. This allowed to reduce memory usage from ~300MB to ~40MB!
- Changed versioning convention from
cpXXX-revYYYtoCLASSICPRESS_VERSION-rRELEASE_NUMBER - Migrated from
APACHE_RUN_USER_IDandAPACHE_RUN_GROUP_IDto shared between host and container grouppress(gid=2048). wp-config.template.phpnow containsdefine('WP_AUTO_UPDATE_CORE', false);which should stop CP from auto-updating (this is added only to new installations, so it may be that you must add it manually to your config)