Skip to content

Commit

Permalink
Merge pull request #323 from OpenHistoricalMap/map-style-20240529
Browse files Browse the repository at this point in the history
Pull in latest map style
  • Loading branch information
danrademacher authored May 29, 2024
2 parents 3c693f5 + 1c7a70b commit e443188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN apache2ctl configtest
RUN chown -R www-data: $workdir

# Clone Map-styles
ENV OPENHISTORICALMAP_MAP_STYLES_GITSHA=ad2ea8c7115e42fc73c6788f90ef82c27b23b203
ENV OPENHISTORICALMAP_MAP_STYLES_GITSHA=ccb32341985a3c318d8476b112579231c4cfccf2
RUN git clone https://github.com/OpenHistoricalMap/map-styles.git $workdir/map-styles
RUN cd $workdir/map-styles && git checkout $OPENHISTORICALMAP_MAP_STYLES_GITSHA
COPY update_map_styles.py $workdir/
Expand Down

0 comments on commit e443188

Please sign in to comment.