File tree Expand file tree Collapse file tree 19 files changed +31
-31
lines changed Expand file tree Collapse file tree 19 files changed +31
-31
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 2.5
6- ENV POSTGIS_VERSION 2.5.5+dfsg-1.pgdg90+1
6+ ENV POSTGIS_VERSION 2.5.5+dfsg-1.pgdg90+2
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:10
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
55ENV POSTGIS_MAJOR 3
6- ENV POSTGIS_VERSION 3.0.2 +dfsg-4 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.3 +dfsg-2 .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 @@ -2,8 +2,8 @@ FROM postgres:10-alpine
22
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
5- ENV POSTGIS_VERSION 3.0.2
6- ENV POSTGIS_SHA256 2d4eb79ea9af1257320922a8a7d2663d37189c805746e975a5951ee6dc5ac4ef
5+ ENV POSTGIS_VERSION 3.0.3
6+ ENV POSTGIS_SHA256 9aae25d46dc8b124f6e8a35886edcf9bd23a3ab049090edd8335b9c7324cae74
77
88RUN set -ex \
99 \
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 2.5
6- ENV POSTGIS_VERSION 2.5.5+dfsg-1.pgdg90+1
6+ ENV POSTGIS_VERSION 2.5.5+dfsg-1.pgdg90+2
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-4 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.3 +dfsg-2 .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 @@ -2,8 +2,8 @@ FROM postgres:11-alpine
22
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
5- ENV POSTGIS_VERSION 3.0.2
6- ENV POSTGIS_SHA256 2d4eb79ea9af1257320922a8a7d2663d37189c805746e975a5951ee6dc5ac4ef
5+ ENV POSTGIS_VERSION 3.0.3
6+ ENV POSTGIS_SHA256 9aae25d46dc8b124f6e8a35886edcf9bd23a3ab049090edd8335b9c7324cae74
77
88RUN set -ex \
99 \
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 2.5
6- ENV POSTGIS_VERSION 2.5.5+dfsg-1.pgdg100+1
6+ ENV POSTGIS_VERSION 2.5.5+dfsg-1.pgdg100+2
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-4 .pgdg100+1
6+ ENV POSTGIS_VERSION 3.0.3 +dfsg-2 .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 @@ -2,8 +2,8 @@ FROM postgres:12-alpine
22
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
5- ENV POSTGIS_VERSION 3.0.2
6- ENV POSTGIS_SHA256 2d4eb79ea9af1257320922a8a7d2663d37189c805746e975a5951ee6dc5ac4ef
5+ ENV POSTGIS_VERSION 3.0.3
6+ ENV POSTGIS_SHA256 9aae25d46dc8b124f6e8a35886edcf9bd23a3ab049090edd8335b9c7324cae74
77
88RUN set -ex \
99 \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN set -ex \
7878
7979# proj4
8080ENV PROJ_VERSION master
81- ENV PROJ_GIT_HASH d5b0ea29b694a24fb1a951f6fe557f2e1bf78e62
81+ ENV PROJ_GIT_HASH 28aa4f13095eb69438d47f30663f13bd8780c0c1
8282
8383RUN set -ex \
8484 && cd /usr/src \
@@ -94,7 +94,7 @@ RUN set -ex \
9494
9595# geos
9696ENV GEOS_VERSION master
97- ENV GEOS_GIT_HASH 03e8090d9a2019402dbb0d3c2931eac75d11030e
97+ ENV GEOS_GIT_HASH cdbf1c938d7a89990c3c2d2e58a36b689120f9d2
9898
9999RUN set -ex \
100100 && cd /usr/src \
@@ -110,7 +110,7 @@ RUN set -ex \
110110
111111# gdal
112112ENV GDAL_VERSION master
113- ENV GDAL_GIT_HASH b08803331acdc351637501e1db8f1e03d2d741f0
113+ ENV GDAL_GIT_HASH b0a16e6a601ea49a1b7e7dd2039f50b1a0a0f061
114114
115115RUN set -ex \
116116 && cd /usr/src \
@@ -178,7 +178,7 @@ RUN set -ex \
178178
179179# install postgis
180180ENV POSTGIS_VERSION master
181- ENV POSTGIS_GIT_HASH a55328fe58bfec202f12cfa0e831dc3cf5b8e665
181+ ENV POSTGIS_GIT_HASH 1ba9345694db6de6e648c10fe7dba2028e67a201
182182
183183RUN set -ex \
184184 && apt-get update \
You can’t perform that action at this time.
0 commit comments