Skip to content

Commit d3578b4

Browse files
authored
Merge pull request #78 from pgRouting/update-hashes-and-versions
Update hashes and versions
2 parents 894e0ef + ec36b6d commit d3578b4

35 files changed

Lines changed: 45 additions & 45 deletions

File tree

14-3.5-4.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM postgis/postgis:14-3.5
22

33
LABEL maintainer="pgRouting Project - https://pgrouting.org"
44

5-
ENV PGROUTING_VERSION=4.0.0
6-
ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0
5+
ENV PGROUTING_VERSION=4.0.1
6+
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699
77

88
RUN set -ex \
99
&& apt update \

14-3.5-4.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# pgRouting 4.0.0 (pg14)
1+
# pgRouting 4.0.1 (pg14)
22

3-
pgRouting Docker image (version 4.0.0) built over [Postgres 14/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
3+
pgRouting Docker image (version 4.0.1) built over [Postgres 14/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.

14-3.5-4.0/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
pgrouting:
3-
image: pgrouting/pgrouting:14-3.5-4.0.0
3+
image: pgrouting/pgrouting:14-3.5-4.0.1
44
ports:
55
- "5432:5432"
66
volumes:

14-3.5-4.0/extra/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pgrouting/pgrouting:14-3.5-4.0.0
1+
FROM pgrouting/pgrouting:14-3.5-4.0.1
22

33
ENV OSM2PGROUTING_VERSION=3.0.0
44

14-3.5-4.0/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14-3.5-4.0.0
1+
14-3.5-4.0.1

14-3.5-develop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgis/postgis:14-3.5
33
LABEL maintainer="pgRouting Project - https://pgrouting.org"
44

55
ENV PGROUTING_VERSION=develop
6-
ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732
6+
ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476
77

88
RUN apt update \
99
&& apt install -y \

14-3.5-main/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgis/postgis:14-3.5
33
LABEL maintainer="pgRouting Project - https://pgrouting.org"
44

55
ENV PGROUTING_VERSION=main
6-
ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d
6+
ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992
77

88
RUN apt update \
99
&& apt install -y \

15-3.5-4.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM postgis/postgis:15-3.5
22

33
LABEL maintainer="pgRouting Project - https://pgrouting.org"
44

5-
ENV PGROUTING_VERSION=4.0.0
6-
ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0
5+
ENV PGROUTING_VERSION=4.0.1
6+
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699
77

88
RUN set -ex \
99
&& apt update \

15-3.5-4.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# pgRouting 4.0.0 (pg15)
1+
# pgRouting 4.0.1 (pg15)
22

3-
pgRouting Docker image (version 4.0.0) built over [Postgres 15/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
3+
pgRouting Docker image (version 4.0.1) built over [Postgres 15/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.

15-3.5-4.0/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
pgrouting:
3-
image: pgrouting/pgrouting:15-3.5-4.0.0
3+
image: pgrouting/pgrouting:15-3.5-4.0.1
44
ports:
55
- "5432:5432"
66
volumes:

0 commit comments

Comments
 (0)