Skip to content

Commit

Permalink
doc and changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhodgson committed Oct 22, 2024
1 parent 1bf5d72 commit 7ec9732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7ec9732

Please sign in to comment.