From 106b9c454d2417970a46799d1900153a7606a35a Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Fri, 20 Dec 2024 15:36:43 -0800 Subject: [PATCH] Update OPENHISTORICALMAP_WEBSITE_GITSHA. --- images/web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/web/Dockerfile b/images/web/Dockerfile index 216c639a..740cb436 100644 --- a/images/web/Dockerfile +++ b/images/web/Dockerfile @@ -55,14 +55,14 @@ RUN npm install -g svgo # Install openstreetmap-website RUN rm -rf $workdir/html -ENV OPENHISTORICALMAP_WEBSITE_GITSHA=43b6c1bf455a92eb1b4969c18ffd83c2d63f95ba +ENV OPENHISTORICALMAP_WEBSITE_GITSHA=bb0b34deda11010614dfaf12e0565ee362cf9d97 RUN git clone -b staging https://github.com/OpenHistoricalMap/ohm-website.git $workdir \ && cd $workdir \ && git checkout $OPENHISTORICALMAP_WEBSITE_GITSHA WORKDIR $workdir # change the echo here with a reason for changing the commithash -RUN echo 'Releasing delayed, feature-rich version of iD.' +RUN echo 'Upstream merge Nov/Dec 2024.' RUN git fetch && rm -rf .git # Install Ruby packages