Use new sftp addon

This commit is contained in:
Johannes Zellner
2020-07-10 14:13:16 +02:00
parent aa8ebbd7ea
commit ba50eb121d
2 changed files with 42 additions and 1 deletions

View File

@@ -22,6 +22,6 @@ exports = module.exports = {
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:2.3.0@sha256:0e31ec817e235b1814c04af97b1e7cf0053384aca2569570ce92bef0d95e94d2' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:2.9.4@sha256:0e169b97a0584a76197d2bbc039d8698bf93f815588b3b43c251bd83dd545465' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:2.3.0@sha256:b7bc1ca4f4d0603a01369a689129aa273a938ce195fe43d00d42f4f2d5212f50' },
'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:1.1.0@sha256:0c1fe4dd6121900624dcb383251ecb0084c3810e095064933de671409d8d6d7b' }
'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:2.0.0@sha256:fcf7d51718c8cbfea7bd7ba49c3214d8fc2c06e0920594e288452085de432773' }
}
};