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 92cadac commit 0e36a3bCopy full SHA for 0e36a3b
1 file changed
Dockerfile.landcover
@@ -1,7 +1,7 @@
1
# One-shot bake image. Run via `docker compose --profile bake run --rm landcover-bake`.
2
# Kept separate from the prod image to keep that image lean. rasterio ships GDAL
3
# wheels on PyPI, so no system GDAL install is needed.
4
-FROM python:3.12-slim
+FROM python:3.14-slim
5
6
WORKDIR /app
7
0 commit comments