Update Cloudron base image and drone

Also adds postinst message

Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
Felix Bartels 2022-01-17 09:58:25 +01:00
parent bfb81c786e
commit 0a3ce6a062
2 changed files with 4 additions and 3 deletions

View file

@ -8,5 +8,6 @@
"localstorage": {},
"postgresql": {}
},
"manifestVersion": 2
"manifestVersion": 2,
"postInstallMessage": "file://POSTINSTALL.md"
}

View file

@ -1,6 +1,6 @@
FROM drone/drone:2.5.0 as drone
FROM drone/drone:2.8.0 as drone
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea
EXPOSE 8000