File tree Expand file tree Collapse file tree 13 files changed +21
-21
lines changed Expand file tree Collapse file tree 13 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN set -ex \
3636 gcc \
3737 gdal-dev \
3838 geos-dev \
39- llvm9 -dev \
39+ llvm10 -dev \
4040 proj-dev \
4141 protobuf-c-dev \
4242 && cd /usr/src/postgis \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN set -ex \
3636 gcc \
3737 gdal-dev \
3838 geos-dev \
39- llvm9 -dev \
39+ llvm10 -dev \
4040 proj-dev \
4141 protobuf-c-dev \
4242 && cd /usr/src/postgis \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN set -ex \
3636 gcc \
3737 gdal-dev \
3838 geos-dev \
39- llvm9 -dev \
39+ llvm10 -dev \
4040 proj-dev \
4141 protobuf-c-dev \
4242 && cd /usr/src/postgis \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN set -ex \
3636 gcc \
3737 gdal-dev \
3838 geos-dev \
39- llvm9 -dev \
39+ llvm10 -dev \
4040 proj-dev \
4141 protobuf-c-dev \
4242 && cd /usr/src/postgis \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN set -ex \
3636 gcc \
3737 gdal-dev \
3838 geos-dev \
39- llvm9 -dev \
39+ llvm10 -dev \
4040 proj-dev \
4141 protobuf-c-dev \
4242 && cd /usr/src/postgis \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN set -ex \
3636 gcc \
3737 gdal-dev \
3838 geos-dev \
39- llvm9 -dev \
39+ llvm10 -dev \
4040 proj-dev \
4141 protobuf-c-dev \
4242 && cd /usr/src/postgis \
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ FROM postgres:12
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
55ENV SFCGAL_VERSION master
6- ENV SFCGAL_GIT_HASH 929605c8ea85f2c01efa116e1ed0eb01d285ea09
6+ ENV SFCGAL_GIT_HASH 4ab0dcf6f36c178caefd64b7d0c443342e76b6b9
77ENV PROJ_VERSION master
8- ENV PROJ_GIT_HASH 5d502d356e16ef81f481eb82dcdeba0ea3ab1f9e
8+ ENV PROJ_GIT_HASH 0a995bb4219f5cf882503c1eb884474fdce53d12
99ENV GDAL_VERSION master
10- ENV GDAL_GIT_HASH 5adc1949498b536cc787920c99db965c20c03b69
10+ ENV GDAL_GIT_HASH 39111a0fe9b174302f67102bdd849e8290472d70
1111ENV GEOS_VERSION master
12- ENV GEOS_GIT_HASH 099e74b3127348e1f8544ab279b609e2fdc6cc74
12+ ENV GEOS_GIT_HASH 19dc3b19338c2aded5197ca0e5a5456b028defbd
1313ENV POSTGIS_VERSION master
14- ENV POSTGIS_GIT_HASH 16121bf7939891022824152c0ca095aeebbad2ed
14+ ENV POSTGIS_GIT_HASH 3334fd0675c98c79a6a8527a05fc0e8c4c371835
1515
1616RUN set -ex \
1717 && apt-get update \
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ FROM postgres:13
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
55ENV SFCGAL_VERSION master
6- ENV SFCGAL_GIT_HASH 929605c8ea85f2c01efa116e1ed0eb01d285ea09
6+ ENV SFCGAL_GIT_HASH 4ab0dcf6f36c178caefd64b7d0c443342e76b6b9
77ENV PROJ_VERSION master
8- ENV PROJ_GIT_HASH 5d502d356e16ef81f481eb82dcdeba0ea3ab1f9e
8+ ENV PROJ_GIT_HASH 0a995bb4219f5cf882503c1eb884474fdce53d12
99ENV GDAL_VERSION master
10- ENV GDAL_GIT_HASH 5adc1949498b536cc787920c99db965c20c03b69
10+ ENV GDAL_GIT_HASH 39111a0fe9b174302f67102bdd849e8290472d70
1111ENV GEOS_VERSION master
12- ENV GEOS_GIT_HASH 099e74b3127348e1f8544ab279b609e2fdc6cc74
12+ ENV GEOS_GIT_HASH 19dc3b19338c2aded5197ca0e5a5456b028defbd
1313ENV POSTGIS_VERSION master
14- ENV POSTGIS_GIT_HASH 16121bf7939891022824152c0ca095aeebbad2ed
14+ ENV POSTGIS_GIT_HASH 3334fd0675c98c79a6a8527a05fc0e8c4c371835
1515
1616RUN set -ex \
1717 && apt-get update \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN set -ex \
3636 gcc \
3737 gdal-dev \
3838 geos-dev \
39- llvm9 -dev \
39+ llvm10 -dev \
4040 proj-dev \
4141 protobuf-c-dev \
4242 && cd /usr/src/postgis \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN set -ex \
3636 gcc \
3737 gdal-dev \
3838 geos-dev \
39- llvm9 -dev \
39+ llvm10 -dev \
4040 proj-dev \
4141 protobuf-c-dev \
4242 && cd /usr/src/postgis \
You can’t perform that action at this time.
0 commit comments