We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd657a commit b6b22e1Copy full SHA for b6b22e1
docs/using/recipes.md
@@ -165,7 +165,7 @@ Enabling manpages in the base Ubuntu layer prevents this image bloat.
165
To achieve this, use the previous `Dockerfile`'s commands with the original `ubuntu` image as your base image:
166
167
```dockerfile
168
-FROM ubuntu:22.04
+FROM ubuntu:24.04
169
```
170
171
Be sure to check the current base image in `jupyter/docker-stacks-foundation` before building.
0 commit comments