Skip to content

Commit 45f43c7

Browse files
authored
make update: 2020Oct13 (#210)
1 parent 7639baa commit 45f43c7

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

10-3.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:10
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV 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

88
RUN apt-get update \
99
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

11-3.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:11
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV 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

88
RUN apt-get update \
99
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

12-3.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:12
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV 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

88
RUN apt-get update \
99
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

12-master/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ FROM postgres:12
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV SFCGAL_VERSION master
6-
ENV SFCGAL_GIT_HASH 7061ca69c89a1d36f9a712cc0e912efc7a63e9d1
6+
ENV SFCGAL_GIT_HASH 823db7a318b8841f8296e80036ef993ddf19ebf5
77
ENV PROJ_VERSION master
8-
ENV PROJ_GIT_HASH e1dc2d5516562c2e6e9668325d897c0eccdc6d2a
8+
ENV PROJ_GIT_HASH 9751f31ca9aa42d075421b038f93fe1b1640ffd3
99
ENV GDAL_VERSION master
10-
ENV GDAL_GIT_HASH dd55564865656078babf426da4aefc63c20c72f1
10+
ENV GDAL_GIT_HASH 20d44a181f73b87ebb7c1660498bb9e78e572e54
1111
ENV GEOS_VERSION master
12-
ENV GEOS_GIT_HASH e6ffc18a8de531f487088e7275a0af9d1d6736bc
12+
ENV GEOS_GIT_HASH 7657bc03d6a587ef02caa689068b130d56ba45e1
1313
ENV POSTGIS_VERSION master
14-
ENV POSTGIS_GIT_HASH c0d947e005e67e8b36a3f0b2d997229782c356c5
14+
ENV POSTGIS_GIT_HASH 13f821e5906e1a2663eb43b410bb6bd1deba88b6
1515

1616
RUN set -ex \
1717
&& apt-get update \

13-3.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:13
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV 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

88
RUN apt-get update \
99
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

13-master/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ FROM postgres:13
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV SFCGAL_VERSION master
6-
ENV SFCGAL_GIT_HASH 7061ca69c89a1d36f9a712cc0e912efc7a63e9d1
6+
ENV SFCGAL_GIT_HASH 823db7a318b8841f8296e80036ef993ddf19ebf5
77
ENV PROJ_VERSION master
8-
ENV PROJ_GIT_HASH e1dc2d5516562c2e6e9668325d897c0eccdc6d2a
8+
ENV PROJ_GIT_HASH 9751f31ca9aa42d075421b038f93fe1b1640ffd3
99
ENV GDAL_VERSION master
10-
ENV GDAL_GIT_HASH dd55564865656078babf426da4aefc63c20c72f1
10+
ENV GDAL_GIT_HASH 20d44a181f73b87ebb7c1660498bb9e78e572e54
1111
ENV GEOS_VERSION master
12-
ENV GEOS_GIT_HASH e6ffc18a8de531f487088e7275a0af9d1d6736bc
12+
ENV GEOS_GIT_HASH 7657bc03d6a587ef02caa689068b130d56ba45e1
1313
ENV POSTGIS_VERSION master
14-
ENV POSTGIS_GIT_HASH c0d947e005e67e8b36a3f0b2d997229782c356c5
14+
ENV POSTGIS_GIT_HASH 13f821e5906e1a2663eb43b410bb6bd1deba88b6
1515

1616
RUN set -ex \
1717
&& apt-get update \

9.5-3.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:9.5
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV 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

88
RUN apt-get update \
99
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

9.6-3.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:9.6
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV 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

88
RUN apt-get update \
99
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

0 commit comments

Comments
 (0)