Skip to content

Commit

Permalink
Merge pull request #13 from PDOK/upgrade_7_6_1
Browse files Browse the repository at this point in the history
Upgrade to mapserver 7.6.1
  • Loading branch information
WouterVisscher authored Aug 5, 2020
2 parents a2c300b + 05240ad commit 034cf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN apt-get -y update && \

RUN apt-get -y update --fix-missing

RUN git clone --single-branch -b rel-7-6-0 https://github.com/pdok/mapserver/ /usr/local/src/mapserver
RUN git clone --single-branch -b rel-7-6-1 https://github.com/pdok/mapserver/ /usr/local/src/mapserver

RUN mkdir /usr/local/src/mapserver/build && \
cd /usr/local/src/mapserver/build && \
Expand Down

0 comments on commit 034cf80

Please sign in to comment.