From 169f5342d8c030f27cb9f01b3bc354da826798f3 Mon Sep 17 00:00:00 2001 From: Bohdan Chornokondratenko Date: Sun, 13 Apr 2025 16:26:24 +0200 Subject: [PATCH] docs(core): add curl to requirements for rollbacks --- apps/docs/content/docs/core/applications/rollbacks.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/docs/content/docs/core/applications/rollbacks.mdx b/apps/docs/content/docs/core/applications/rollbacks.mdx index e47a156..ff3f86b 100644 --- a/apps/docs/content/docs/core/applications/rollbacks.mdx +++ b/apps/docs/content/docs/core/applications/rollbacks.mdx @@ -9,6 +9,7 @@ Rollbacks are a powerful feature that allows you to easily revert changes to you ## Requirements 1. Have a `/health` endpoint in your application. +2. Have `curl` available in your container (if you use alpine for example, it won't be installed by default). ## Steps to Rollback