Use available Python 3.11 PostGIS base
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 04:45:21 +02:00
parent 786955a166
commit a02a5f1ea9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ RUN npm install
COPY frontend/ ./
RUN npm run build
FROM postgis/postgis:16-3.4-bookworm AS runtime
FROM postgis/postgis:16-3.5 AS runtime
ENV GEOINTEL_ENV=production \
GEOINTEL_API_PREFIX=/api/v1 \