Fix sfcgal_version for v17

This commit is contained in:
Anastasia Lubennikova
2024-10-08 11:56:36 +01:00
parent 8c6a83659a
commit dfe815a032

View File

@@ -120,8 +120,8 @@ RUN apt update && \
# To move faster, use newer versions only for v17
RUN case "${PG_VERSION}" in \
"v17") \
export SFCGAL_VERSION=1.5.2 \
export SFCGAL_CHECKSUM=b946b3c20d53f6e2703046085f0fcfea6c1a4081163f7bedd30b1195801efdd2 \
export SFCGAL_VERSION=1.4.1 \
export SFCGAL_CHECKSUM=1800c8a26241588f11cddcf433049e9b9aea902e923414d2ecef33a3295626c3 \
;; \
"v14" | "v15" | "v16") \
export SFCGAL_VERSION=1.3.10 \