There was an error while loading. Please reload this page.
1 parent c7f2cc2 commit 298bddfCopy full SHA for 298bddf
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 3.1.6 (not yet released)
2
+ *
3
+
4
## 3.1.5 (release date: 2025-12-23)
5
* Upgraded to Phusion Passenger 6.1.1 (was 6.1.0)
6
* Dropped Python 3.9 image (EOL: 2025-10)
Makefile
@@ -7,7 +7,7 @@ REGISTRY = docker.io
7
endif
8
9
NAME ?= $(REGISTRY)/phusion/passenger
10
-VERSION ?= 3.1.5
+VERSION ?= 3.1.6
11
12
# NAME and/or VERSION can be overriden during build if you are building locally to push to your own repository
13
# example:
0 commit comments