diff --git a/.github/RELEASE_CHECKLIST.md b/.github/RELEASE_CHECKLIST.md index 49b0dbee968e..777a1c174f3c 100644 --- a/.github/RELEASE_CHECKLIST.md +++ b/.github/RELEASE_CHECKLIST.md @@ -44,4 +44,5 @@ 1. Bump the latest version on [Beacon](https://beacon.ferretdb.io). 2. Publish and announce blog post. 3. Tweet, toot. -4. Update NixOS package. +4. Update NixOS package: . +5. Update Civo package: . diff --git a/build/docker/all-in-one.Dockerfile b/build/docker/all-in-one.Dockerfile index c9f235e21022..f071ace57a76 100644 --- a/build/docker/all-in-one.Dockerfile +++ b/build/docker/all-in-one.Dockerfile @@ -58,6 +58,8 @@ RUN --mount=type=cache,target=/cache \ RUN --mount=type=cache,target=/cache <