From 7ec97326d24101d391a01442a9bde8216fa876db Mon Sep 17 00:00:00 2001 From: Alan Hodgson Date: Tue, 22 Oct 2024 11:30:11 -0700 Subject: [PATCH] doc and changelog updates --- CHANGELOG.md | 2 -- README.md | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 024ca19..81e5e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ - if you provide your own nginx.conf, please define error_log at the root scope, not the http scope; see https://github.com/phusion/passenger/issues/2541 - a number of modules are no longer installed and enabled by default (mod-http-geoip2, mod-http-image-filter, mod-http-xslt-filter, mod-mail, mod-stream, mod-stream-geoip2) * Redis version is now 7.0.15 (from 6.0.16) - -## 3.0.8 (release date: TBD) * Upgraded to Ruby 3.3.5 * Added a Python 3.13 image * Dropped Python 3.8 image diff --git a/README.md b/README.md index bda890c..f0c8c5f 100644 --- a/README.md +++ b/README.md @@ -141,11 +141,11 @@ Python images * `phusion/passenger-python310` - Python 3.10 * `phusion/passenger-python311` - Python 3.11 * `phusion/passenger-python312` - Python 3.12 - * `phusion/passenger-python312` - Python 3.13 + * `phusion/passenger-python313` - Python 3.13 **Node.js and Meteor images** - * `phusion/passenger-nodejs` - Node.js 18. + * `phusion/passenger-nodejs` - Node.js 20. **Other images** @@ -209,7 +209,7 @@ CMD ["/sbin/my_init"] # Uncomment the features you want: # # Node.js and Meteor standalone support (not needed if you will also be installing Ruby, unless you need a version other than the default) -#RUN /pd_build/nodejs.sh 18 +#RUN /pd_build/nodejs.sh 20 # # Ruby support #RUN /pd_build/ruby-3.1.*.sh