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