From 79d3713a4b8f01a8d159e344a66904f0fbf7c820 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 14 Oct 2018 16:31:49 -0700 Subject: [PATCH] All apps are being updated already to 1.0.0 --- src/infra_version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infra_version.js b/src/infra_version.js index aad86ee1f..619db0151 100644 --- a/src/infra_version.js +++ b/src/infra_version.js @@ -9,7 +9,7 @@ exports = module.exports = { // a minor version makes all apps re-configure themselves 'version': '48.12.0', - 'baseImages': [ 'cloudron/base:0.10.0', 'cloudron/base:1.0.0' ], + 'baseImages': [ 'cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617' ], // Note that if any of the databases include an upgrade, bump the infra version above // This is because we upgrade using dumps instead of mysql_upgrade, pg_upgrade etc