sftp: Make extract work

This commit is contained in:
Girish Ramakrishnan
2020-10-19 19:31:27 -07:00
parent 876d0d5873
commit 9d1bb29a00
3 changed files with 3 additions and 2 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.10.0@sha256:3aff92bfc85d6ca3cc6fc381c8a89625d2af95cc55ed2db692ef4e483e600372' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:2.3.0@sha256:b7bc1ca4f4d0603a01369a689129aa273a938ce195fe43d00d42f4f2d5212f50' },
'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:3.0.0@sha256:a89c2dbb4137d088ee9d8274a76b1059a506d4d841770c0d576cb53111fdc44c' }
'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:3.0.0@sha256:81ede2fd190ad76510a41aec10f405216718741b78ab21d0ec7890879c233297' }
}
};