Skip to content

Commit

Permalink
Update base image in the manpage installation recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Oct 9, 2024
1 parent 9fd657a commit b6b22e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b6b22e1

Please sign in to comment.