From c507cdb2c5196e4459aed3079ec8de735389cbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Wed, 3 Apr 2024 18:18:54 -0400 Subject: [PATCH] doc: Bump baseline requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- doc/installing.md | 2 +- doc/requirements.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installing.md b/doc/installing.md index 0b23334cfd..4a7225b4a8 100644 --- a/doc/installing.md +++ b/doc/installing.md @@ -223,7 +223,7 @@ You can also find native builds of the Incus client on [GitHub](https://github.c Follow these instructions if you want to build and install Incus from the source code. -We recommend having the latest versions of `liblxc` (>= 4.0.0 required) +We recommend having the latest versions of `liblxc` (>= 5.0.0 required) available for Incus development. Additionally, Incus requires a modern Golang (see {ref}`requirements-go`) version to work. diff --git a/doc/requirements.md b/doc/requirements.md index c9a6a61146..56f4b26e8a 100644 --- a/doc/requirements.md +++ b/doc/requirements.md @@ -29,7 +29,7 @@ As well as any other kernel feature required by the LXC version in use. ## LXC -Incus requires LXC 4.0.0 or higher with the following build options: +Incus requires LXC 5.0.0 or higher with the following build options: * `apparmor` (if using Incus' AppArmor support) * `seccomp`