diff --git a/recipes.json b/recipes.json index 353b9d4..6754842 100755 --- a/recipes.json +++ b/recipes.json @@ -5154,34 +5154,6 @@ } } }, - { - "1.3.0+15.2.0": { - "app": { - "image": "karrot/karrot-backend", - "tag": "v15.2.0" - }, - "db": { - "image": "postgres", - "tag": "14-alpine" - }, - "geoip": { - "image": "maxmind/geoipupdate", - "tag": "v6" - }, - "redis": { - "image": "redis", - "tag": "6-alpine" - }, - "web": { - "image": "karrot/karrot-frontend", - "tag": "v15.2.0" - }, - "worker": { - "image": "karrot/karrot-backend", - "tag": "v15.2.0" - } - } - }, { "1.3.0+15.1.1": { "app": { @@ -5209,6 +5181,34 @@ "tag": "v15.1.1" } } + }, + { + "1.4.0+15.2.0": { + "app": { + "image": "karrot/karrot-backend", + "tag": "v15.2.0" + }, + "db": { + "image": "postgres", + "tag": "14-alpine" + }, + "geoip": { + "image": "maxmind/geoipupdate", + "tag": "v6" + }, + "redis": { + "image": "redis", + "tag": "6-alpine" + }, + "web": { + "image": "karrot/karrot-frontend", + "tag": "v15.2.0" + }, + "worker": { + "image": "karrot/karrot-backend", + "tag": "v15.2.0" + } + } } ], "website": ""