Use updated mysql addon

This commit is contained in:
Johannes Zellner
2018-09-19 12:48:44 +02:00
parent 9732b899b0
commit fe14bcf155
+1 -1
View File
@@ -15,7 +15,7 @@ exports = module.exports = {
// This is because we upgrade using dumps instead of mysql_upgrade, pg_upgrade etc
// docker inspect --format='{{index .RepoDigests 0}}' $IMAGE to get the sha256
'images': {
'mysql': { repo: 'cloudron/mysql', tag: 'cloudron/mysql:2.0.0@sha256:6c83241e43e5f5cb39cbb9b8b44e050d6592aa8914962632fea5dfb0cadf97ba' },
'mysql': { repo: 'cloudron/mysql', tag: 'cloudron/mysql:2.0.1@sha256:ee2813180a318709b061cefbb5eb28e3c9689b698685c711598b0efee6c513ae' },
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:2.0.1@sha256:029949062abfc1bed125e7d34882b8ce8465dab2288b04d6f8e5984105a41cee' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:2.0.1@sha256:931267c9243d23c5b41118f29f011f529ca9865db10a5c1c26157eed9efaa676' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:2.0.2@sha256:3d102470f6fa0bc9061f0c464efe667e58209c9118d2d097497e7395a1355d3b' },