From f0b71e98e56c3e85a0fca12921c60bf5f6da861d Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Thu, 28 Mar 2024 14:51:21 +0000 Subject: [PATCH] Chore: update catalogue --- recipes.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/recipes.json b/recipes.json index f4532d3..69388a4 100755 --- a/recipes.json +++ b/recipes.json @@ -10092,6 +10092,30 @@ "tag": "7.2.1" } } + }, + { + "2.0.1+1.19.3": { + "app": { + "image": "penpotapp/frontend", + "tag": "1.19.3" + }, + "penpot-backend": { + "image": "penpotapp/backend", + "tag": "1.19.3" + }, + "penpot-exporter": { + "image": "penpotapp/exporter", + "tag": "1.19.3" + }, + "penpot-postgres": { + "image": "postgres", + "tag": "16.2" + }, + "penpot-redis": { + "image": "redis", + "tag": "7.2.4" + } + } } ], "website": "https://github.com/penpot/penpot"