From 03966d1d45471376d7d3ccca46b90f0df3077719 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Fri, 1 Mar 2024 00:13:49 +0000 Subject: [PATCH] Update website version --- images/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/web/Dockerfile b/images/web/Dockerfile index 69376c58..f880e6fe 100644 --- a/images/web/Dockerfile +++ b/images/web/Dockerfile @@ -50,7 +50,7 @@ RUN npm install -g svgo RUN rm -rf $workdir/html ## Sep 2023 -ENV OPENSTREETMAP_WEBSITE_GITSHA=f31c81c3f3200b2fb3b2703caa35238652e18e74 +ENV OPENSTREETMAP_WEBSITE_GITSHA=d23763d6cdbf5ec11f0e83f8e6e8fb32ed973e6a RUN curl -L https://github.com/openstreetmap/openstreetmap-website/archive/$OPENSTREETMAP_WEBSITE_GITSHA.zip --output website.zip && unzip website.zip RUN mv openstreetmap-website-$OPENSTREETMAP_WEBSITE_GITSHA/* $workdir/ WORKDIR $workdir