Skip to content

Commit 9928ad0

Browse files
committed
Passenger 6.0.26
1 parent d9a9974 commit 9928ad0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
## 3.1.2 (not released)
1+
## 3.1.3 (not yet released)
2+
*
3+
4+
## 3.1.2 (release date: 2025-02-19)
25
* Upgraded to Ruby 3.4.2 (from 3.4.1).
6+
* Upgraded to Phusion Passenger 6.0.26 (from 6.0.25).
37

48
## 3.1.1 (release date: 2025-02-12)
59
* Added a Ruby 3.4 image (Ruby 3.4.1)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ REGISTRY = docker.io
77
endif
88

99
NAME ?= $(REGISTRY)/phusion/passenger
10-
VERSION ?= 3.1.1
10+
VERSION ?= 3.1.2
1111

1212
# NAME and/or VERSION can be overriden during build if you are building locally to push to your own repository
1313
# example:

0 commit comments

Comments
 (0)