From ec36b6d5dd379e286283db4b10485febd6c37ef9 Mon Sep 17 00:00:00 2001 From: sanak <629923+sanak@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:50:44 +0000 Subject: [PATCH] Update hashes and versions --- 14-3.5-4.0/Dockerfile | 4 ++-- 14-3.5-4.0/README.md | 4 ++-- 14-3.5-4.0/docker-compose.yml | 2 +- 14-3.5-4.0/extra/Dockerfile | 2 +- 14-3.5-4.0/version.txt | 2 +- 14-3.5-develop/Dockerfile | 2 +- 14-3.5-main/Dockerfile | 2 +- 15-3.5-4.0/Dockerfile | 4 ++-- 15-3.5-4.0/README.md | 4 ++-- 15-3.5-4.0/docker-compose.yml | 2 +- 15-3.5-4.0/extra/Dockerfile | 2 +- 15-3.5-4.0/version.txt | 2 +- 15-3.5-develop/Dockerfile | 2 +- 15-3.5-main/Dockerfile | 2 +- 16-3.5-4.0/Dockerfile | 4 ++-- 16-3.5-4.0/README.md | 4 ++-- 16-3.5-4.0/docker-compose.yml | 2 +- 16-3.5-4.0/extra/Dockerfile | 2 +- 16-3.5-4.0/version.txt | 2 +- 16-3.5-develop/Dockerfile | 2 +- 16-3.5-main/Dockerfile | 2 +- 17-3.5-4.0/Dockerfile | 4 ++-- 17-3.5-4.0/README.md | 4 ++-- 17-3.5-4.0/docker-compose.yml | 2 +- 17-3.5-4.0/extra/Dockerfile | 2 +- 17-3.5-4.0/version.txt | 2 +- 17-3.5-develop/Dockerfile | 2 +- 17-3.5-main/Dockerfile | 2 +- 18-3.6-4.0/Dockerfile | 4 ++-- 18-3.6-4.0/README.md | 4 ++-- 18-3.6-4.0/docker-compose.yml | 2 +- 18-3.6-4.0/extra/Dockerfile | 2 +- 18-3.6-4.0/version.txt | 2 +- 18-3.6-develop/Dockerfile | 2 +- 18-3.6-main/Dockerfile | 2 +- 35 files changed, 45 insertions(+), 45 deletions(-) diff --git a/14-3.5-4.0/Dockerfile b/14-3.5-4.0/Dockerfile index 6313305..2d3b2b4 100644 --- a/14-3.5-4.0/Dockerfile +++ b/14-3.5-4.0/Dockerfile @@ -2,8 +2,8 @@ FROM postgis/postgis:14-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" -ENV PGROUTING_VERSION=4.0.0 -ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0 +ENV PGROUTING_VERSION=4.0.1 +ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699 RUN set -ex \ && apt update \ diff --git a/14-3.5-4.0/README.md b/14-3.5-4.0/README.md index 1e3a1af..ccd7acd 100644 --- a/14-3.5-4.0/README.md +++ b/14-3.5-4.0/README.md @@ -1,3 +1,3 @@ -# pgRouting 4.0.0 (pg14) +# pgRouting 4.0.1 (pg14) -pgRouting Docker image (version 4.0.0) built over [Postgres 14/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies. +pgRouting Docker image (version 4.0.1) built over [Postgres 14/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies. diff --git a/14-3.5-4.0/docker-compose.yml b/14-3.5-4.0/docker-compose.yml index ba4ffa2..b791276 100644 --- a/14-3.5-4.0/docker-compose.yml +++ b/14-3.5-4.0/docker-compose.yml @@ -1,6 +1,6 @@ services: pgrouting: - image: pgrouting/pgrouting:14-3.5-4.0.0 + image: pgrouting/pgrouting:14-3.5-4.0.1 ports: - "5432:5432" volumes: diff --git a/14-3.5-4.0/extra/Dockerfile b/14-3.5-4.0/extra/Dockerfile index 158fce5..4718bcc 100644 --- a/14-3.5-4.0/extra/Dockerfile +++ b/14-3.5-4.0/extra/Dockerfile @@ -1,4 +1,4 @@ -FROM pgrouting/pgrouting:14-3.5-4.0.0 +FROM pgrouting/pgrouting:14-3.5-4.0.1 ENV OSM2PGROUTING_VERSION=3.0.0 diff --git a/14-3.5-4.0/version.txt b/14-3.5-4.0/version.txt index 0114f33..fab45a0 100644 --- a/14-3.5-4.0/version.txt +++ b/14-3.5-4.0/version.txt @@ -1 +1 @@ -14-3.5-4.0.0 +14-3.5-4.0.1 diff --git a/14-3.5-develop/Dockerfile b/14-3.5-develop/Dockerfile index 7d11802..49c810d 100644 --- a/14-3.5-develop/Dockerfile +++ b/14-3.5-develop/Dockerfile @@ -3,7 +3,7 @@ FROM postgis/postgis:14-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" ENV PGROUTING_VERSION=develop -ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732 +ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476 RUN apt update \ && apt install -y \ diff --git a/14-3.5-main/Dockerfile b/14-3.5-main/Dockerfile index b15d56f..44e03dc 100644 --- a/14-3.5-main/Dockerfile +++ b/14-3.5-main/Dockerfile @@ -3,7 +3,7 @@ FROM postgis/postgis:14-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" ENV PGROUTING_VERSION=main -ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d +ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992 RUN apt update \ && apt install -y \ diff --git a/15-3.5-4.0/Dockerfile b/15-3.5-4.0/Dockerfile index 997740a..a92acd9 100644 --- a/15-3.5-4.0/Dockerfile +++ b/15-3.5-4.0/Dockerfile @@ -2,8 +2,8 @@ FROM postgis/postgis:15-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" -ENV PGROUTING_VERSION=4.0.0 -ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0 +ENV PGROUTING_VERSION=4.0.1 +ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699 RUN set -ex \ && apt update \ diff --git a/15-3.5-4.0/README.md b/15-3.5-4.0/README.md index 4a42215..e7c3ca0 100644 --- a/15-3.5-4.0/README.md +++ b/15-3.5-4.0/README.md @@ -1,3 +1,3 @@ -# pgRouting 4.0.0 (pg15) +# pgRouting 4.0.1 (pg15) -pgRouting Docker image (version 4.0.0) built over [Postgres 15/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies. +pgRouting Docker image (version 4.0.1) built over [Postgres 15/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies. diff --git a/15-3.5-4.0/docker-compose.yml b/15-3.5-4.0/docker-compose.yml index 254df12..e7c8e07 100644 --- a/15-3.5-4.0/docker-compose.yml +++ b/15-3.5-4.0/docker-compose.yml @@ -1,6 +1,6 @@ services: pgrouting: - image: pgrouting/pgrouting:15-3.5-4.0.0 + image: pgrouting/pgrouting:15-3.5-4.0.1 ports: - "5432:5432" volumes: diff --git a/15-3.5-4.0/extra/Dockerfile b/15-3.5-4.0/extra/Dockerfile index 7317cc5..f748550 100644 --- a/15-3.5-4.0/extra/Dockerfile +++ b/15-3.5-4.0/extra/Dockerfile @@ -1,4 +1,4 @@ -FROM pgrouting/pgrouting:15-3.5-4.0.0 +FROM pgrouting/pgrouting:15-3.5-4.0.1 ENV OSM2PGROUTING_VERSION=3.0.0 diff --git a/15-3.5-4.0/version.txt b/15-3.5-4.0/version.txt index 8111fc3..67d2e28 100644 --- a/15-3.5-4.0/version.txt +++ b/15-3.5-4.0/version.txt @@ -1 +1 @@ -15-3.5-4.0.0 +15-3.5-4.0.1 diff --git a/15-3.5-develop/Dockerfile b/15-3.5-develop/Dockerfile index e99e218..a0ef810 100644 --- a/15-3.5-develop/Dockerfile +++ b/15-3.5-develop/Dockerfile @@ -3,7 +3,7 @@ FROM postgis/postgis:15-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" ENV PGROUTING_VERSION=develop -ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732 +ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476 RUN apt update \ && apt install -y \ diff --git a/15-3.5-main/Dockerfile b/15-3.5-main/Dockerfile index be221f0..8e919ca 100644 --- a/15-3.5-main/Dockerfile +++ b/15-3.5-main/Dockerfile @@ -3,7 +3,7 @@ FROM postgis/postgis:15-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" ENV PGROUTING_VERSION=main -ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d +ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992 RUN apt update \ && apt install -y \ diff --git a/16-3.5-4.0/Dockerfile b/16-3.5-4.0/Dockerfile index 989e33b..95dedf2 100644 --- a/16-3.5-4.0/Dockerfile +++ b/16-3.5-4.0/Dockerfile @@ -2,8 +2,8 @@ FROM postgis/postgis:16-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" -ENV PGROUTING_VERSION=4.0.0 -ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0 +ENV PGROUTING_VERSION=4.0.1 +ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699 RUN set -ex \ && apt update \ diff --git a/16-3.5-4.0/README.md b/16-3.5-4.0/README.md index 86758d0..8d0cb9f 100644 --- a/16-3.5-4.0/README.md +++ b/16-3.5-4.0/README.md @@ -1,3 +1,3 @@ -# pgRouting 4.0.0 (pg16) +# pgRouting 4.0.1 (pg16) -pgRouting Docker image (version 4.0.0) built over [Postgres 16/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies. +pgRouting Docker image (version 4.0.1) built over [Postgres 16/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies. diff --git a/16-3.5-4.0/docker-compose.yml b/16-3.5-4.0/docker-compose.yml index e17ed99..6301134 100644 --- a/16-3.5-4.0/docker-compose.yml +++ b/16-3.5-4.0/docker-compose.yml @@ -1,6 +1,6 @@ services: pgrouting: - image: pgrouting/pgrouting:16-3.5-4.0.0 + image: pgrouting/pgrouting:16-3.5-4.0.1 ports: - "5432:5432" volumes: diff --git a/16-3.5-4.0/extra/Dockerfile b/16-3.5-4.0/extra/Dockerfile index 980da27..0d70992 100644 --- a/16-3.5-4.0/extra/Dockerfile +++ b/16-3.5-4.0/extra/Dockerfile @@ -1,4 +1,4 @@ -FROM pgrouting/pgrouting:16-3.5-4.0.0 +FROM pgrouting/pgrouting:16-3.5-4.0.1 ENV OSM2PGROUTING_VERSION=3.0.0 diff --git a/16-3.5-4.0/version.txt b/16-3.5-4.0/version.txt index 4bfde45..c8157d4 100644 --- a/16-3.5-4.0/version.txt +++ b/16-3.5-4.0/version.txt @@ -1 +1 @@ -16-3.5-4.0.0 +16-3.5-4.0.1 diff --git a/16-3.5-develop/Dockerfile b/16-3.5-develop/Dockerfile index 3d963ca..f00eb9a 100644 --- a/16-3.5-develop/Dockerfile +++ b/16-3.5-develop/Dockerfile @@ -3,7 +3,7 @@ FROM postgis/postgis:16-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" ENV PGROUTING_VERSION=develop -ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732 +ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476 RUN apt update \ && apt install -y \ diff --git a/16-3.5-main/Dockerfile b/16-3.5-main/Dockerfile index 456a210..af1c32c 100644 --- a/16-3.5-main/Dockerfile +++ b/16-3.5-main/Dockerfile @@ -3,7 +3,7 @@ FROM postgis/postgis:16-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" ENV PGROUTING_VERSION=main -ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d +ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992 RUN apt update \ && apt install -y \ diff --git a/17-3.5-4.0/Dockerfile b/17-3.5-4.0/Dockerfile index 9b7346a..9e2e33e 100644 --- a/17-3.5-4.0/Dockerfile +++ b/17-3.5-4.0/Dockerfile @@ -2,8 +2,8 @@ FROM postgis/postgis:17-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" -ENV PGROUTING_VERSION=4.0.0 -ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0 +ENV PGROUTING_VERSION=4.0.1 +ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699 RUN set -ex \ && apt update \ diff --git a/17-3.5-4.0/README.md b/17-3.5-4.0/README.md index 4963cee..7a2ec02 100644 --- a/17-3.5-4.0/README.md +++ b/17-3.5-4.0/README.md @@ -1,3 +1,3 @@ -# pgRouting 4.0.0 (pg17) +# pgRouting 4.0.1 (pg17) -pgRouting Docker image (version 4.0.0) built over [Postgres 17/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies. +pgRouting Docker image (version 4.0.1) built over [Postgres 17/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies. diff --git a/17-3.5-4.0/docker-compose.yml b/17-3.5-4.0/docker-compose.yml index 7846148..de509ee 100644 --- a/17-3.5-4.0/docker-compose.yml +++ b/17-3.5-4.0/docker-compose.yml @@ -1,6 +1,6 @@ services: pgrouting: - image: pgrouting/pgrouting:17-3.5-4.0.0 + image: pgrouting/pgrouting:17-3.5-4.0.1 ports: - "5432:5432" volumes: diff --git a/17-3.5-4.0/extra/Dockerfile b/17-3.5-4.0/extra/Dockerfile index 575f992..9b3053c 100644 --- a/17-3.5-4.0/extra/Dockerfile +++ b/17-3.5-4.0/extra/Dockerfile @@ -1,4 +1,4 @@ -FROM pgrouting/pgrouting:17-3.5-4.0.0 +FROM pgrouting/pgrouting:17-3.5-4.0.1 ENV OSM2PGROUTING_VERSION=3.0.0 diff --git a/17-3.5-4.0/version.txt b/17-3.5-4.0/version.txt index 4b7d178..2d0b4c5 100644 --- a/17-3.5-4.0/version.txt +++ b/17-3.5-4.0/version.txt @@ -1 +1 @@ -17-3.5-4.0.0 +17-3.5-4.0.1 diff --git a/17-3.5-develop/Dockerfile b/17-3.5-develop/Dockerfile index a3dc77e..9a14884 100644 --- a/17-3.5-develop/Dockerfile +++ b/17-3.5-develop/Dockerfile @@ -3,7 +3,7 @@ FROM postgis/postgis:17-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" ENV PGROUTING_VERSION=develop -ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732 +ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476 RUN apt update \ && apt install -y \ diff --git a/17-3.5-main/Dockerfile b/17-3.5-main/Dockerfile index a33967d..0848de9 100644 --- a/17-3.5-main/Dockerfile +++ b/17-3.5-main/Dockerfile @@ -3,7 +3,7 @@ FROM postgis/postgis:17-3.5 LABEL maintainer="pgRouting Project - https://pgrouting.org" ENV PGROUTING_VERSION=main -ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d +ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992 RUN apt update \ && apt install -y \ diff --git a/18-3.6-4.0/Dockerfile b/18-3.6-4.0/Dockerfile index 4f3534f..05953ec 100644 --- a/18-3.6-4.0/Dockerfile +++ b/18-3.6-4.0/Dockerfile @@ -2,8 +2,8 @@ FROM postgis/postgis:18-3.6 LABEL maintainer="pgRouting Project - https://pgrouting.org" -ENV PGROUTING_VERSION=4.0.0 -ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0 +ENV PGROUTING_VERSION=4.0.1 +ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699 RUN set -ex \ && apt update \ diff --git a/18-3.6-4.0/README.md b/18-3.6-4.0/README.md index ebbbaa0..7d21aa3 100644 --- a/18-3.6-4.0/README.md +++ b/18-3.6-4.0/README.md @@ -1,3 +1,3 @@ -# pgRouting 4.0.0 (pg18) +# pgRouting 4.0.1 (pg18) -pgRouting Docker image (version 4.0.0) built over [Postgres 18/PostGIS 3.6](https://hub.docker.com/r/postgis/postgis) and dependencies. +pgRouting Docker image (version 4.0.1) built over [Postgres 18/PostGIS 3.6](https://hub.docker.com/r/postgis/postgis) and dependencies. diff --git a/18-3.6-4.0/docker-compose.yml b/18-3.6-4.0/docker-compose.yml index 0e4111f..726ef5a 100644 --- a/18-3.6-4.0/docker-compose.yml +++ b/18-3.6-4.0/docker-compose.yml @@ -1,6 +1,6 @@ services: pgrouting: - image: pgrouting/pgrouting:18-3.6-4.0.0 + image: pgrouting/pgrouting:18-3.6-4.0.1 ports: - "5432:5432" volumes: diff --git a/18-3.6-4.0/extra/Dockerfile b/18-3.6-4.0/extra/Dockerfile index 1c0bc52..d0cfb1a 100644 --- a/18-3.6-4.0/extra/Dockerfile +++ b/18-3.6-4.0/extra/Dockerfile @@ -1,4 +1,4 @@ -FROM pgrouting/pgrouting:18-3.6-4.0.0 +FROM pgrouting/pgrouting:18-3.6-4.0.1 ENV OSM2PGROUTING_VERSION=3.0.0 diff --git a/18-3.6-4.0/version.txt b/18-3.6-4.0/version.txt index a8c1198..9b40d87 100644 --- a/18-3.6-4.0/version.txt +++ b/18-3.6-4.0/version.txt @@ -1 +1 @@ -18-3.6-4.0.0 +18-3.6-4.0.1 diff --git a/18-3.6-develop/Dockerfile b/18-3.6-develop/Dockerfile index 49f0f4c..9947826 100644 --- a/18-3.6-develop/Dockerfile +++ b/18-3.6-develop/Dockerfile @@ -3,7 +3,7 @@ FROM postgis/postgis:18-3.6 LABEL maintainer="pgRouting Project - https://pgrouting.org" ENV PGROUTING_VERSION=develop -ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732 +ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476 RUN apt update \ && apt install -y \ diff --git a/18-3.6-main/Dockerfile b/18-3.6-main/Dockerfile index 42265bf..6ee2d9f 100644 --- a/18-3.6-main/Dockerfile +++ b/18-3.6-main/Dockerfile @@ -3,7 +3,7 @@ FROM postgis/postgis:18-3.6 LABEL maintainer="pgRouting Project - https://pgrouting.org" ENV PGROUTING_VERSION=main -ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d +ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992 RUN apt update \ && apt install -y \