Skip to content

Commit b985210

Browse files
3.0.1+dfsg-2.pgdg100+1 no longer available on postgres:12 (#204)
* 3.0.1+dfsg-2.pgdg100+1 no longer available on postgres:12 * - updated package versions for remaining debian based images - updated git commit hash values for master branch based images Co-authored-by: Phillip Ross <phillipross@users.noreply.github.com>
1 parent 5ac4210 commit b985210

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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.1+dfsg-2.pgdg90+1
6+
ENV POSTGIS_VERSION 3.0.1+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.1+dfsg-2.pgdg90+1
6+
ENV POSTGIS_VERSION 3.0.1+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.1+dfsg-2.pgdg100+1
6+
ENV POSTGIS_VERSION 3.0.1+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: 4 additions & 4 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 7e91a52fd90ef47e2f0b8925145e59ef1043fdd4
6+
ENV SFCGAL_GIT_HASH d2c4d5b4899620e5dbab94410403af41829d6239
77
ENV PROJ_VERSION master
8-
ENV PROJ_GIT_HASH b8fef0901bd92056b92b028476d160e0804de16b
8+
ENV PROJ_GIT_HASH 062c7f160f4b1d41f82730fa6eb6653e78ade74a
99
ENV GDAL_VERSION master
10-
ENV GDAL_GIT_HASH 1890a2eea4615d23093734c28164b076930d352a
10+
ENV GDAL_GIT_HASH aa6afd5454bd8f755d25ae8d10ceb3f659fdb785
1111
ENV GEOS_VERSION master
1212
ENV GEOS_GIT_HASH 0f938979b58f9a451670032a7199ece23d52c3c1
1313
ENV POSTGIS_VERSION master
14-
ENV POSTGIS_GIT_HASH 6700df0e2db7965458b36f973d0216ce1cada762
14+
ENV POSTGIS_GIT_HASH f0b631a808d5e4bc0bf30055e2777e2649b8df0f
1515

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

13-master/Dockerfile

Lines changed: 4 additions & 4 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 7e91a52fd90ef47e2f0b8925145e59ef1043fdd4
6+
ENV SFCGAL_GIT_HASH d2c4d5b4899620e5dbab94410403af41829d6239
77
ENV PROJ_VERSION master
8-
ENV PROJ_GIT_HASH b8fef0901bd92056b92b028476d160e0804de16b
8+
ENV PROJ_GIT_HASH 062c7f160f4b1d41f82730fa6eb6653e78ade74a
99
ENV GDAL_VERSION master
10-
ENV GDAL_GIT_HASH 1890a2eea4615d23093734c28164b076930d352a
10+
ENV GDAL_GIT_HASH aa6afd5454bd8f755d25ae8d10ceb3f659fdb785
1111
ENV GEOS_VERSION master
1212
ENV GEOS_GIT_HASH 0f938979b58f9a451670032a7199ece23d52c3c1
1313
ENV POSTGIS_VERSION master
14-
ENV POSTGIS_GIT_HASH 6700df0e2db7965458b36f973d0216ce1cada762
14+
ENV POSTGIS_GIT_HASH f0b631a808d5e4bc0bf30055e2777e2649b8df0f
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.1+dfsg-2.pgdg90+1
6+
ENV POSTGIS_VERSION 3.0.1+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.1+dfsg-2.pgdg90+1
6+
ENV POSTGIS_VERSION 3.0.1+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)