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