Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 14-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=37797554f52613def04528ad22bf4234d5e2e476
ENV PGROUTING_GIT_HASH=4fae3d3c642dd6f61387baef704b16e866a71a84

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 14-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=8988eebdff0e01327c9d48fe7c80b437dc9bc992
ENV PGROUTING_GIT_HASH=4be13afcc1b742d698c8a6b3f22881d7b73bd0e3

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 15-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=37797554f52613def04528ad22bf4234d5e2e476
ENV PGROUTING_GIT_HASH=4fae3d3c642dd6f61387baef704b16e866a71a84

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 15-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=8988eebdff0e01327c9d48fe7c80b437dc9bc992
ENV PGROUTING_GIT_HASH=4be13afcc1b742d698c8a6b3f22881d7b73bd0e3

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 16-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=37797554f52613def04528ad22bf4234d5e2e476
ENV PGROUTING_GIT_HASH=4fae3d3c642dd6f61387baef704b16e866a71a84

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 16-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=8988eebdff0e01327c9d48fe7c80b437dc9bc992
ENV PGROUTING_GIT_HASH=4be13afcc1b742d698c8a6b3f22881d7b73bd0e3

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 17-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=37797554f52613def04528ad22bf4234d5e2e476
ENV PGROUTING_GIT_HASH=4fae3d3c642dd6f61387baef704b16e866a71a84

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 17-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=8988eebdff0e01327c9d48fe7c80b437dc9bc992
ENV PGROUTING_GIT_HASH=4be13afcc1b742d698c8a6b3f22881d7b73bd0e3

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 18-3.6-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=37797554f52613def04528ad22bf4234d5e2e476
ENV PGROUTING_GIT_HASH=4fae3d3c642dd6f61387baef704b16e866a71a84

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 18-3.6-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=8988eebdff0e01327c9d48fe7c80b437dc9bc992
ENV PGROUTING_GIT_HASH=4be13afcc1b742d698c8a6b3f22881d7b73bd0e3

RUN apt update \
&& apt install -y \
Expand Down