File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM postgres:10
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
55ENV POSTGIS_MAJOR 3
6- ENV POSTGIS_VERSION 3.0.2+dfsg-2 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.2+dfsg-4 .pgdg90+1
77
88RUN apt-get update \
99 && apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM postgres:11
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
55ENV POSTGIS_MAJOR 3
6- ENV POSTGIS_VERSION 3.0.2+dfsg-2 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.2+dfsg-4 .pgdg90+1
77
88RUN apt-get update \
99 && apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM postgres:12
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
55ENV POSTGIS_MAJOR 3
6- ENV POSTGIS_VERSION 3.0.2+dfsg-2 .pgdg100+1
6+ ENV POSTGIS_VERSION 3.0.2+dfsg-4 .pgdg100+1
77
88RUN apt-get update \
99 && apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
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 7061ca69c89a1d36f9a712cc0e912efc7a63e9d1
6+ ENV SFCGAL_GIT_HASH 823db7a318b8841f8296e80036ef993ddf19ebf5
77ENV PROJ_VERSION master
8- ENV PROJ_GIT_HASH e1dc2d5516562c2e6e9668325d897c0eccdc6d2a
8+ ENV PROJ_GIT_HASH 9751f31ca9aa42d075421b038f93fe1b1640ffd3
99ENV GDAL_VERSION master
10- ENV GDAL_GIT_HASH dd55564865656078babf426da4aefc63c20c72f1
10+ ENV GDAL_GIT_HASH 20d44a181f73b87ebb7c1660498bb9e78e572e54
1111ENV GEOS_VERSION master
12- ENV GEOS_GIT_HASH e6ffc18a8de531f487088e7275a0af9d1d6736bc
12+ ENV GEOS_GIT_HASH 7657bc03d6a587ef02caa689068b130d56ba45e1
1313ENV POSTGIS_VERSION master
14- ENV POSTGIS_GIT_HASH c0d947e005e67e8b36a3f0b2d997229782c356c5
14+ ENV POSTGIS_GIT_HASH 13f821e5906e1a2663eb43b410bb6bd1deba88b6
1515
1616RUN set -ex \
1717 && apt-get update \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM postgres:13
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
55ENV POSTGIS_MAJOR 3
6- ENV POSTGIS_VERSION 3.0.2+dfsg-2 .pgdg100+1
6+ ENV POSTGIS_VERSION 3.0.2+dfsg-4 .pgdg100+1
77
88RUN apt-get update \
99 && apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
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 7061ca69c89a1d36f9a712cc0e912efc7a63e9d1
6+ ENV SFCGAL_GIT_HASH 823db7a318b8841f8296e80036ef993ddf19ebf5
77ENV PROJ_VERSION master
8- ENV PROJ_GIT_HASH e1dc2d5516562c2e6e9668325d897c0eccdc6d2a
8+ ENV PROJ_GIT_HASH 9751f31ca9aa42d075421b038f93fe1b1640ffd3
99ENV GDAL_VERSION master
10- ENV GDAL_GIT_HASH dd55564865656078babf426da4aefc63c20c72f1
10+ ENV GDAL_GIT_HASH 20d44a181f73b87ebb7c1660498bb9e78e572e54
1111ENV GEOS_VERSION master
12- ENV GEOS_GIT_HASH e6ffc18a8de531f487088e7275a0af9d1d6736bc
12+ ENV GEOS_GIT_HASH 7657bc03d6a587ef02caa689068b130d56ba45e1
1313ENV POSTGIS_VERSION master
14- ENV POSTGIS_GIT_HASH c0d947e005e67e8b36a3f0b2d997229782c356c5
14+ ENV POSTGIS_GIT_HASH 13f821e5906e1a2663eb43b410bb6bd1deba88b6
1515
1616RUN set -ex \
1717 && apt-get update \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM postgres:9.5
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
55ENV POSTGIS_MAJOR 3
6- ENV POSTGIS_VERSION 3.0.2+dfsg-2 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.2+dfsg-4 .pgdg90+1
77
88RUN apt-get update \
99 && apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM postgres:9.6
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
55ENV POSTGIS_MAJOR 3
6- ENV POSTGIS_VERSION 3.0.2+dfsg-2 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.2+dfsg-4 .pgdg90+1
77
88RUN apt-get update \
99 && apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
You can’t perform that action at this time.
0 commit comments