File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
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.1+dfsg-2 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.1+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.1+dfsg-2 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.1+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.1+dfsg-2 .pgdg100+1
6+ ENV POSTGIS_VERSION 3.0.1+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 7e91a52fd90ef47e2f0b8925145e59ef1043fdd4
6+ ENV SFCGAL_GIT_HASH d2c4d5b4899620e5dbab94410403af41829d6239
77ENV PROJ_VERSION master
8- ENV PROJ_GIT_HASH b8fef0901bd92056b92b028476d160e0804de16b
8+ ENV PROJ_GIT_HASH 062c7f160f4b1d41f82730fa6eb6653e78ade74a
99ENV GDAL_VERSION master
10- ENV GDAL_GIT_HASH 1890a2eea4615d23093734c28164b076930d352a
10+ ENV GDAL_GIT_HASH aa6afd5454bd8f755d25ae8d10ceb3f659fdb785
1111ENV GEOS_VERSION master
1212ENV GEOS_GIT_HASH 0f938979b58f9a451670032a7199ece23d52c3c1
1313ENV POSTGIS_VERSION master
14- ENV POSTGIS_GIT_HASH 6700df0e2db7965458b36f973d0216ce1cada762
14+ ENV POSTGIS_GIT_HASH f0b631a808d5e4bc0bf30055e2777e2649b8df0f
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 7e91a52fd90ef47e2f0b8925145e59ef1043fdd4
6+ ENV SFCGAL_GIT_HASH d2c4d5b4899620e5dbab94410403af41829d6239
77ENV PROJ_VERSION master
8- ENV PROJ_GIT_HASH b8fef0901bd92056b92b028476d160e0804de16b
8+ ENV PROJ_GIT_HASH 062c7f160f4b1d41f82730fa6eb6653e78ade74a
99ENV GDAL_VERSION master
10- ENV GDAL_GIT_HASH 1890a2eea4615d23093734c28164b076930d352a
10+ ENV GDAL_GIT_HASH aa6afd5454bd8f755d25ae8d10ceb3f659fdb785
1111ENV GEOS_VERSION master
1212ENV GEOS_GIT_HASH 0f938979b58f9a451670032a7199ece23d52c3c1
1313ENV POSTGIS_VERSION master
14- ENV POSTGIS_GIT_HASH 6700df0e2db7965458b36f973d0216ce1cada762
14+ ENV POSTGIS_GIT_HASH f0b631a808d5e4bc0bf30055e2777e2649b8df0f
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.1+dfsg-2 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.1+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.1+dfsg-2 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.1+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