From 1c7a70b6c8fdf6ff7bac610aaab94c2a04b18111 Mon Sep 17 00:00:00 2001 From: Dan Rademacher Date: Wed, 29 May 2024 14:38:51 -0700 Subject: [PATCH] Pull in latest map style --- images/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/