Skip to content

Commit

Permalink
use tag v4.23.0 from openstreetmap-carto instead to use master
Browse files Browse the repository at this point in the history
  • Loading branch information
stevo01 committed Oct 3, 2019
1 parent 598a481 commit bfcc7d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ USER renderer

# Configure stylesheet
WORKDIR /home/renderer/src
RUN git clone https://github.com/gravitystorm/openstreetmap-carto.git
RUN git clone https://github.com/gravitystorm/openstreetmap-carto.git \
&& git -C openstreetmap-carto checkout v4.23.0
WORKDIR /home/renderer/src/openstreetmap-carto
USER root
RUN npm install -g [email protected]
Expand Down

0 comments on commit bfcc7d7

Please sign in to comment.