Skip to content

Commit b6b22e1

Browse files
committed
Update base image in the manpage installation recipe
1 parent 9fd657a commit b6b22e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/using/recipes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Enabling manpages in the base Ubuntu layer prevents this image bloat.
165165
To achieve this, use the previous `Dockerfile`'s commands with the original `ubuntu` image as your base image:
166166

167167
```dockerfile
168-
FROM ubuntu:22.04
168+
FROM ubuntu:24.04
169169
```
170170

171171
Be sure to check the current base image in `jupyter/docker-stacks-foundation` before building.

0 commit comments

Comments
 (0)