Skip to content

Commit 51c321d

Browse files
authored
Update taginfo version (#367)
1 parent de94f43 commit 51c321d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

images/taginfo/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
4141
./aws/install && \
4242
rm awscliv2.zip
4343

44+
ENV TAGINFO_GITSHA=4a7dadc864ab4400afaf8a34876d05c58aa4e64a
4445
RUN git clone https://github.com/taginfo/taginfo.git $workdir/taginfo && \
4546
cd $workdir/taginfo && \
47+
git checkout $TAGINFO_GITSHA && \
4648
bundle install
4749

4850
# Download and prepare uWSGI

images/taginfo/config/taginfo-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,11 @@
7171
},
7272
"tagstats": {
7373
"geodistribution": "FlexMem"
74+
},
75+
"footer": {
76+
"project_name": "osmseed",
77+
"project_url": "https://www.osmseed.org/",
78+
"copyright_attribution": "Data is public domain (CC0)",
79+
"copyright_url": "https://wiki.openstreetmap.org/wiki/osmseed/License"
7480
}
7581
}

0 commit comments

Comments
 (0)