Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hashes and versions #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 13-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:13-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=develop
ENV PGROUTING_GIT_HASH=e841026436686c124c640349c729751a1c031af3
ENV PGROUTING_GIT_HASH=f63aacb6c12b82b8f2f9d6d3dee307e2af76bb99

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 13-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:13-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=main
ENV PGROUTING_GIT_HASH=99ba589423696664fcfe96b2bb7384af21aecf05
ENV PGROUTING_GIT_HASH=24e2695df0b7463adfaa66ed642dad22a632bdfe

RUN apt update \
&& apt install -y \
Expand Down
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=e841026436686c124c640349c729751a1c031af3
ENV PGROUTING_GIT_HASH=f63aacb6c12b82b8f2f9d6d3dee307e2af76bb99

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=99ba589423696664fcfe96b2bb7384af21aecf05
ENV PGROUTING_GIT_HASH=24e2695df0b7463adfaa66ed642dad22a632bdfe

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=e841026436686c124c640349c729751a1c031af3
ENV PGROUTING_GIT_HASH=f63aacb6c12b82b8f2f9d6d3dee307e2af76bb99

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=99ba589423696664fcfe96b2bb7384af21aecf05
ENV PGROUTING_GIT_HASH=24e2695df0b7463adfaa66ed642dad22a632bdfe

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=e841026436686c124c640349c729751a1c031af3
ENV PGROUTING_GIT_HASH=f63aacb6c12b82b8f2f9d6d3dee307e2af76bb99

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=99ba589423696664fcfe96b2bb7384af21aecf05
ENV PGROUTING_GIT_HASH=24e2695df0b7463adfaa66ed642dad22a632bdfe

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=e841026436686c124c640349c729751a1c031af3
ENV PGROUTING_GIT_HASH=f63aacb6c12b82b8f2f9d6d3dee307e2af76bb99

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=99ba589423696664fcfe96b2bb7384af21aecf05
ENV PGROUTING_GIT_HASH=24e2695df0b7463adfaa66ed642dad22a632bdfe

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