Skip to content

Commit 0e36a3b

Browse files
chore(deps): update python docker tag to v3.14 (#460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92cadac commit 0e36a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.landcover

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# One-shot bake image. Run via `docker compose --profile bake run --rm landcover-bake`.
22
# Kept separate from the prod image to keep that image lean. rasterio ships GDAL
33
# wheels on PyPI, so no system GDAL install is needed.
4-
FROM python:3.12-slim
4+
FROM python:3.14-slim
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)