From b6b22e1546e85bbee3c4c57f2ef840c590a642ae Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 9 Oct 2024 15:58:54 +0100 Subject: [PATCH] Update base image in the manpage installation recipe --- docs/using/recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/recipes.md b/docs/using/recipes.md index 333aad6a1..76cb1dea3 100644 --- a/docs/using/recipes.md +++ b/docs/using/recipes.md @@ -165,7 +165,7 @@ Enabling manpages in the base Ubuntu layer prevents this image bloat. To achieve this, use the previous `Dockerfile`'s commands with the original `ubuntu` image as your base image: ```dockerfile -FROM ubuntu:22.04 +FROM ubuntu:24.04 ``` Be sure to check the current base image in `jupyter/docker-stacks-foundation` before building.