Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f03c4e5243 | ||
|
|
3969cc4fe5 |
@@ -1077,3 +1077,6 @@
|
||||
* Add the ability to enable/disable registrations when using CAS. Contributed by Aurélien Grimpard. (#16262)
|
||||
* Allow the /notifications endpoint to be routed to workers. (#16265)
|
||||
|
||||
[1.78.0]
|
||||
* Update base image to 4.2.0
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"tagline": "Secure & decentralized communication",
|
||||
"version": "1.77.0",
|
||||
"version": "1.78.0",
|
||||
"upstreamVersion": "1.93.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8008,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
|
||||
FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768ba473078319a47f4
|
||||
|
||||
RUN mkdir -p /app/pkg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user