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 Jan 24, 2025
1 parent 5eeb164 commit e614918
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 @@ -133,7 +133,7 @@ RUN apache2ctl configtest
RUN chown -R www-data: $workdir

# Clone Map-styles
ENV OPENHISTORICALMAP_MAP_STYLES_GITSHA=34b84bbbd1307698ee1d30a32dc96222b8992de4
ENV OPENHISTORICALMAP_MAP_STYLES_GITSHA=57ce4507696d26b2f4ce96dbcc0f7b38ac6a0b16
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 e614918

Please # to comment.