docs: add Docker image to 24.1.0 changelog

This commit is contained in:
Benoit Chesneau 2026-01-23 21:49:50 +01:00
parent 7ef34796ae
commit a20d3fb220

View File

@ -5,6 +5,13 @@
### New Features
- **Official Docker Image**: Gunicorn now publishes official Docker images to GitHub
Container Registry at `ghcr.io/benoitc/gunicorn`
([PR #3454](https://github.com/benoitc/gunicorn/pull/3454))
- Based on Python 3.12 slim image
- Uses recommended worker formula (2 × CPU + 1)
- Configurable via environment variables
- **PROXY Protocol v2 Support**: Extended PROXY protocol implementation to support
the binary v2 format in addition to the existing text-based v1 format
([PR #3451](https://github.com/benoitc/gunicorn/pull/3451))