Skip to content

Commit 894e0ef

Browse files
authored
Merge pull request #76 from pgRouting/update-hashes-and-versions
Update hashes and versions
2 parents f40f7b8 + 50790c4 commit 894e0ef

15 files changed

Lines changed: 40 additions & 40 deletions

File tree

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=86d016b6bc62669c9609c77fbb1b8a314815206d
6+
ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732
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=4f0eec583f0c9e6a82a5b3356ff300029d11ed53
6+
ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d
77

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

15-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:15-3.5
33
LABEL maintainer="pgRouting Project - https://pgrouting.org"
44

55
ENV PGROUTING_VERSION=develop
6-
ENV PGROUTING_GIT_HASH=86d016b6bc62669c9609c77fbb1b8a314815206d
6+
ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732
77

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

15-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:15-3.5
33
LABEL maintainer="pgRouting Project - https://pgrouting.org"
44

55
ENV PGROUTING_VERSION=main
6-
ENV PGROUTING_GIT_HASH=4f0eec583f0c9e6a82a5b3356ff300029d11ed53
6+
ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d
77

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

16-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:16-3.5
33
LABEL maintainer="pgRouting Project - https://pgrouting.org"
44

55
ENV PGROUTING_VERSION=develop
6-
ENV PGROUTING_GIT_HASH=86d016b6bc62669c9609c77fbb1b8a314815206d
6+
ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732
77

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

16-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:16-3.5
33
LABEL maintainer="pgRouting Project - https://pgrouting.org"
44

55
ENV PGROUTING_VERSION=main
6-
ENV PGROUTING_GIT_HASH=4f0eec583f0c9e6a82a5b3356ff300029d11ed53
6+
ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d
77

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

17-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:17-3.5
33
LABEL maintainer="pgRouting Project - https://pgrouting.org"
44

55
ENV PGROUTING_VERSION=develop
6-
ENV PGROUTING_GIT_HASH=86d016b6bc62669c9609c77fbb1b8a314815206d
6+
ENV PGROUTING_GIT_HASH=6b160899c1fe5da05757a14667b3282390980732
77

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

17-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:17-3.5
33
LABEL maintainer="pgRouting Project - https://pgrouting.org"
44

55
ENV PGROUTING_VERSION=main
6-
ENV PGROUTING_GIT_HASH=4f0eec583f0c9e6a82a5b3356ff300029d11ed53
6+
ENV PGROUTING_GIT_HASH=6974b588e8981f4cff137e432695618719caa54d
77

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

18-3.6-3.7/extra/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ RUN apt update \
2424
&& cmake .. \
2525
&& make \
2626
&& make install \
27-
# && cd ../tools/osmium/ \
28-
# && mkdir build \
29-
# && cd build \
30-
# && cmake .. \
31-
# && make \
32-
# && make install \
27+
&& cd ../tools/osmium/ \
28+
&& mkdir build \
29+
&& cd build \
30+
&& cmake .. \
31+
&& make \
32+
&& make install \
3333
&& cd /usr/local/src \
3434
&& rm -rf ./* \
3535
&& apt purge -y --autoremove \

18-3.6-3.8/extra/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ RUN apt update \
2424
&& cmake .. \
2525
&& make \
2626
&& make install \
27-
# && cd ../tools/osmium/ \
28-
# && mkdir build \
29-
# && cd build \
30-
# && cmake .. \
31-
# && make \
32-
# && make install \
27+
&& cd ../tools/osmium/ \
28+
&& mkdir build \
29+
&& cd build \
30+
&& cmake .. \
31+
&& make \
32+
&& make install \
3333
&& cd /usr/local/src \
3434
&& rm -rf ./* \
3535
&& apt purge -y --autoremove \

0 commit comments

Comments
 (0)