Update mail container

this disables TLSv1 and 1.1 in dovecot
This commit is contained in:
Girish Ramakrishnan
2021-02-22 14:16:52 -08:00
parent 9ebdeca3ad
commit 013669e872

View File

@@ -20,7 +20,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:4.0.0@sha256:650377a01f66017fce67e8ad3dba52508acb27e71a35139e35c94c45efa598d9' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:4.0.0@sha256:c2d3ac567c5af79a9d470a8ff53938a4b6dad826ecbdd192a716a4c5e558ff3e' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:3.0.0@sha256:88ef97f2e655982c16865c0a5ffac005f891b230f8864d779c32175f8b9b3b18' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:3.2.0@sha256:4a3adacfaf1a8d307ad63b711ff1da8531a24094a250dd23496b23ebaa0904b5' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:3.2.1@sha256:d9fc02395146624505cf4e868ce2b461c66861020d8f3d71d406725e7c126550' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:2.4.0@sha256:953bbd8b72a9108a8526d2c0bdbba67e1e1563ff59d0a117f0884dba1576f3dd' },
'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:3.2.0@sha256:61e8247ded1e07cf882ca478dab180960357c614472e80b938f1f690a46788c2' }
}