diff --git a/images/web/Dockerfile b/images/web/Dockerfile index fe3acdd5..d3060c63 100644 --- a/images/web/Dockerfile +++ b/images/web/Dockerfile @@ -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/