File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM postgis/postgis:16-3.4
22
33LABEL maintainer="pgRouting Project - https://pgrouting.org"
44
5- ENV PGROUTING_VERSION 3.6.1
6- ENV PGROUTING_SHA256 30231dfe01211f709fca9ac0140454ba6bd812f2b7f45fb30222169cd4e8b061
5+ ENV PGROUTING_VERSION 3.6.2
6+ ENV PGROUTING_SHA256 f4a1ed79d6f714e52548eca3bb8e5593c6745f1bde92eb5fb858efd8984dffa2
77
88RUN set -ex \
99 && apt update \
Original file line number Diff line number Diff line change 1- # pgRouting 3.6.1 (pg16)
1+ # pgRouting 3.6.2 (pg16)
22
3- pgRouting Docker image (version 3.6.1 ) built over [ Postgres 16/PostGIS 3.4] ( https://hub.docker.com/r/postgis/postgis ) and dependencies.
3+ pgRouting Docker image (version 3.6.2 ) built over [ Postgres 16/PostGIS 3.4] ( https://hub.docker.com/r/postgis/postgis ) and dependencies.
Original file line number Diff line number Diff line change 11version : " 3"
22services :
33 pgrouting :
4- image : pgrouting/pgrouting:16-3.4-3.6.1
4+ image : pgrouting/pgrouting:16-3.4-3.6.2
55 ports :
66 - " 5432:5432"
77 volumes :
Original file line number Diff line number Diff line change 1- FROM pgrouting/pgrouting:16-3.4-3.6.1
1+ FROM pgrouting/pgrouting:16-3.4-3.6.2
22
33ENV OSM2PGROUTING_VERSION 2.3.8
44
Original file line number Diff line number Diff line change 1- 16-3.4-3.6.1
1+ 16-3.4-3.6.2
You can’t perform that action at this time.
0 commit comments