Revert back infra version to match 7.3

The code is not smart enough to do both infra bump and database major upgrades.
The db upgrade logic relies on the container to be running to export and re-import.
This commit is contained in:
Girish Ramakrishnan
2023-03-15 21:16:05 +01:00
parent abd6ab06de
commit 45a1122889
+1 -1
View File
@@ -6,7 +6,7 @@
exports = module.exports = {
// a version change recreates all containers with latest docker config
'version': '49.5.0',
'version': '49.4.0',
'baseImages': [
{ repo: 'cloudron/base', tag: 'cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df' }