File tree Expand file tree Collapse file tree 24 files changed +43
-43
lines changed Expand file tree Collapse file tree 24 files changed +43
-43
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.4 +dfsg-1.pgdg90+1
6+ ENV POSTGIS_VERSION 2.5.5 +dfsg-1.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 2.5.4
6- ENV POSTGIS_SHA256 ee547d902bfd758fc89e9e04d5bf3d0f08ebf449d0c63a5a1a8827249fe22c21
5+ ENV POSTGIS_VERSION 2.5.5
6+ ENV POSTGIS_SHA256 24b15ee36f3af02015da0e92a18f9046ea0b4fd24896196c8e6c2aa8e4b56baa
77
88RUN set -ex \
99 \
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-4 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.2 +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.1
6- ENV POSTGIS_SHA256 5451a34c0b9d65580b3ae44e01fefc9e1f437f3329bde6de8fefde66d025e228
5+ ENV POSTGIS_VERSION 3.0.2
6+ ENV POSTGIS_SHA256 2d4eb79ea9af1257320922a8a7d2663d37189c805746e975a5951ee6dc5ac4ef
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.4 +dfsg-1.pgdg90+1
6+ ENV POSTGIS_VERSION 2.5.5 +dfsg-1.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 2.5.4
6- ENV POSTGIS_SHA256 ee547d902bfd758fc89e9e04d5bf3d0f08ebf449d0c63a5a1a8827249fe22c21
5+ ENV POSTGIS_VERSION 2.5.5
6+ ENV POSTGIS_SHA256 24b15ee36f3af02015da0e92a18f9046ea0b4fd24896196c8e6c2aa8e4b56baa
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 3
6- ENV POSTGIS_VERSION 3.0.1 +dfsg-4 .pgdg90+1
6+ ENV POSTGIS_VERSION 3.0.2 +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.1
6- ENV POSTGIS_SHA256 5451a34c0b9d65580b3ae44e01fefc9e1f437f3329bde6de8fefde66d025e228
5+ ENV POSTGIS_VERSION 3.0.2
6+ ENV POSTGIS_SHA256 2d4eb79ea9af1257320922a8a7d2663d37189c805746e975a5951ee6dc5ac4ef
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.4 +dfsg-1.pgdg100+1
6+ ENV POSTGIS_VERSION 2.5.5 +dfsg-1.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 2.5.4
6- ENV POSTGIS_SHA256 ee547d902bfd758fc89e9e04d5bf3d0f08ebf449d0c63a5a1a8827249fe22c21
5+ ENV POSTGIS_VERSION 2.5.5
6+ ENV POSTGIS_SHA256 24b15ee36f3af02015da0e92a18f9046ea0b4fd24896196c8e6c2aa8e4b56baa
77
88RUN set -ex \
99 \
You can’t perform that action at this time.
0 commit comments