From d5eb2c0bfe9595a90c3042364297735623845cdb Mon Sep 17 00:00:00 2001 From: Rub21 Date: Wed, 14 Aug 2024 09:46:22 -0500 Subject: [PATCH] Update map-style gitsha --- images/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/web/Dockerfile b/images/web/Dockerfile index 242c7fac..7024b92d 100644 --- a/images/web/Dockerfile +++ b/images/web/Dockerfile @@ -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