build(docs): change wrong Aside type from warning to caution in docker page

This commit is contained in:
Yassine Doghri
2026-02-19 23:15:44 +00:00
parent 385a3cb13a
commit aad17646f1

View File

@@ -27,7 +27,7 @@ Other unstable channels (e.g., `beta`, `next`, `2-next`) may be actively pushed
during development phases. See
[all tags in the docker hub](https://hub.docker.com/r/castopod/castopod/tags).
<Aside type="warning">
<Aside type="caution">
For production stability, prefer specific tags like `1.x.x` (e.g., `1.15.1`)
over generic channels (e.g., `latest`, `1`).
<br />