diff --git a/Dockerfile b/Dockerfile index 186bd2b..03d6e3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 qgis/qgis:4.0.3 +FROM --platform=linux/amd64 qgis/qgis:4.2.0 # `--break-system-packages` allows installing uv to system Python RUN pip install --no-cache-dir --break-system-packages uv && \