- 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-revYYY
toCLASSICPRESS_VERSION-rRELEASE_NUMBER
- Migrated from
APACHE_RUN_USER_ID
andAPACHE_RUN_GROUP_ID
to shared between host and container grouppress(gid=2048)
. wp-config.template.php
now 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)