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