Skip to content

Commit

Permalink
Update map-style gitsha
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Aug 14, 2024
1 parent b083e24 commit d5eb2c0
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 @@ -114,7 +114,7 @@ RUN apache2ctl configtest
RUN chown -R www-data: $workdir

# Clone Map-styles
ENV OPENHISTORICALMAP_MAP_STYLES_GITSHA=22f4a89229db58170dfc269e0649b180031f070d
ENV OPENHISTORICALMAP_MAP_STYLES_GITSHA=1ad7f22a04465c32ce82ffaac3aaee0df119648b
RUN git clone --branch staging --depth 1 https://github.com/OpenHistoricalMap/map-styles.git $workdir/public/map-styles
RUN cd $workdir/public/map-styles && git fetch --depth 1 origin $OPENHISTORICALMAP_MAP_STYLES_GITSHA && git checkout $OPENHISTORICALMAP_MAP_STYLES_GITSHA
RUN rm -rf $workdir/public/map-styles/.git
Expand Down

0 comments on commit d5eb2c0

Please sign in to comment.