Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EPajares authored Jul 30, 2020
1 parent f7b9770 commit d792873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM postgres:${PG_MAJOR} AS pgroutingBuilder

ARG PG_MAJOR=12

ARG PGROUTING_VERSION=2.6.5
ENV PGROUTING_SHA256=7603494674297d8d82a485cae370abeb08068c8600ee59ed1802895e5a56e885
ARG PGROUTING_VERSION=2.6.6
ENV PGROUTING_SHA256=4b72b213c031e32a8465cdd7a5ba8ecb48397beb633f2b7f01a2cb941ce99389

RUN set -ex \
&& apt update \
Expand Down

0 comments on commit d792873

Please sign in to comment.