Skip to content

Commit

Permalink
Update latest version for map-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 25, 2025
1 parent af2585f commit 3806aa0
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=6de6e329569ab6561d1fa6ab2cebb42df7fd17c7
ENV OPENHISTORICALMAP_MAP_STYLES_GITSHA=5f0c7fde6b216b986b59f2a9fde096e01a6d768a
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 3806aa0

Please # to comment.