Update WordPress to latest version (6.7)
- Sync WordPress core files from latest release
- Updated admin interface, blocks, and core functionality
- Enhanced block editor features and performance
- Security updates and bug fixes
- Preserved custom wp-content directory and configuration
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
FROM php:7.4-fpm-alpine
RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
ADD zz-zdocker.conf /usr/local/etc/php-fpm.d/
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN chmod +x /usr/local/bin/install-php-extensions && \
install-php-extensions gd xdebug zstd pdo_mysql mysqli