diff --git a/recipes.json b/recipes.json index 638b695..f02748e 100755 --- a/recipes.json +++ b/recipes.json @@ -5277,6 +5277,30 @@ "tag": "v2.21.2" } } + }, + { + "0.5.0+v2.22.0": { + "app": { + "image": "loomio/loomio", + "tag": "v2.22.0" + }, + "cron": { + "image": "loomio/loomio", + "tag": "v2.22.0" + }, + "db": { + "image": "postgres", + "tag": "12.17" + }, + "redis": { + "image": "redis", + "tag": "5.0" + }, + "worker": { + "image": "loomio/loomio", + "tag": "v2.22.0" + } + } } ], "website": "https://github.com/loomio/loomio"