Update mysql for quoting fix

This commit is contained in:
Girish Ramakrishnan
2018-09-19 12:14:16 -07:00
parent fe14bcf155
commit 16fab63442
+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.1@sha256:ee2813180a318709b061cefbb5eb28e3c9689b698685c711598b0efee6c513ae' },
'mysql': { repo: 'cloudron/mysql', tag: 'cloudron/mysql:2.0.1@sha256:42c861338d93beadc11438031ad7f68a10b1582fc27c8432173910d6b4f0e15d' },
'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' },