File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,10 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
41
41
./aws/install && \
42
42
rm awscliv2.zip
43
43
44
+ ENV TAGINFO_GITSHA=4a7dadc864ab4400afaf8a34876d05c58aa4e64a
44
45
RUN git clone https://github.com/taginfo/taginfo.git $workdir/taginfo && \
45
46
cd $workdir/taginfo && \
47
+ git checkout $TAGINFO_GITSHA && \
46
48
bundle install
47
49
48
50
# Download and prepare uWSGI
Original file line number Diff line number Diff line change 71
71
},
72
72
"tagstats" : {
73
73
"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"
74
80
}
75
81
}
You can’t perform that action at this time.
0 commit comments