diff --git a/Makefile b/Makefile
index e120940ecf..97dc0c7434 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 .DEFAULT_GOAL := build
-RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.15.6")
+RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.15.7")
 
 ifeq ($(CI),true)
 DOCKER_TTY_ARG=
diff --git a/docs/Manifest.toml b/docs/Manifest.toml
index 900e4831ee..c410b12bcf 100644
--- a/docs/Manifest.toml
+++ b/docs/Manifest.toml
@@ -1,6 +1,8 @@
 # This file is machine-generated - editing it directly is not advised
 
+julia_version = "1.9.3"
 manifest_format = "2.0"
+project_hash = "6c066df5b0d713de03a4d110004792392e9245d3"
 
 [[deps.ANSIColoredPrinters]]
 git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
diff --git a/docs/src/external/mini-lab/README.md b/docs/src/external/mini-lab/README.md
index 2dcc09811e..283f132810 100644
--- a/docs/src/external/mini-lab/README.md
+++ b/docs/src/external/mini-lab/README.md
@@ -24,7 +24,7 @@ The mini-lab is a small, virtual setup to locally run the metal-stack. It deploy
 - [docker](https://www.docker.com/) >= 18.09 (for using kind and our deployment base image)
 - [docker-compose](https://docs.docker.com/compose/) >= 2.0 (for ease of use and for parallelizing control plane and partition deployment)
 - [kind](https://github.com/kubernetes-sigs/kind/releases) == v0.15.0 (for hosting the metal control plane on a kubernetes cluster v1.25)
-- [containerlab](https://containerlab.dev/) == v0.25.1
+- [containerlab](https://containerlab.srlinux.dev/install/) == v0.25.1
 - the lab creates a docker network on your host machine (`172.17.0.1`), this hopefully does not overlap with other networks you have
 - (recommended) haveged to have enough random entropy (only needed if the PXE process does not work)