We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a9974 commit 9928ad0Copy full SHA for 9928ad0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
-## 3.1.2 (not released)
+## 3.1.3 (not yet released)
2
+ *
3
+
4
+## 3.1.2 (release date: 2025-02-19)
5
* Upgraded to Ruby 3.4.2 (from 3.4.1).
6
+ * Upgraded to Phusion Passenger 6.0.26 (from 6.0.25).
7
8
## 3.1.1 (release date: 2025-02-12)
9
* Added a Ruby 3.4 image (Ruby 3.4.1)
Makefile
@@ -7,7 +7,7 @@ REGISTRY = docker.io
endif
NAME ?= $(REGISTRY)/phusion/passenger
10
-VERSION ?= 3.1.1
+VERSION ?= 3.1.2
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