Skip to content

Commit 3b69ec7

Browse files
ajhodgsonCamJN
authored andcommitted
doc and changelog updates
1 parent 1bf5d72 commit 3b69ec7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
- 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
1010
- 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)
1111
* Redis version is now 7.0.15 (from 6.0.16)
12-
13-
## 3.0.8 (release date: TBD)
1412
* Upgraded to Ruby 3.3.5
1513
* Added a Python 3.13 image
1614
* Dropped Python 3.8 image

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ Python images
141141
* `phusion/passenger-python310` - Python 3.10
142142
* `phusion/passenger-python311` - Python 3.11
143143
* `phusion/passenger-python312` - Python 3.12
144-
* `phusion/passenger-python312` - Python 3.13
144+
* `phusion/passenger-python313` - Python 3.13
145145

146146
**Node.js and Meteor images**
147147

148-
* `phusion/passenger-nodejs` - Node.js 18.
148+
* `phusion/passenger-nodejs` - Node.js 20.
149149

150150
**Other images**
151151

@@ -209,7 +209,7 @@ CMD ["/sbin/my_init"]
209209
# Uncomment the features you want:
210210
#
211211
# Node.js and Meteor standalone support (not needed if you will also be installing Ruby, unless you need a version other than the default)
212-
#RUN /pd_build/nodejs.sh 18
212+
#RUN /pd_build/nodejs.sh 20
213213
#
214214
# Ruby support
215215
#RUN /pd_build/ruby-3.1.*.sh

0 commit comments

Comments
 (0)