diff --git a/images/web/Dockerfile b/images/web/Dockerfile index a6477c71..e37d0baf 100644 --- a/images/web/Dockerfile +++ b/images/web/Dockerfile @@ -48,13 +48,13 @@ RUN npm install -g svgo # Install openstreetmap-website RUN rm -rf $workdir/html -ENV OPENHISTORICALMAP_WEBSITE_GITSHA=2af1cb7b4257ac0ec1ba63a050d9161d8d9698e3 +ENV OPENHISTORICALMAP_WEBSITE_GITSHA=b0e9538d94348f8f7ae70f525112294485bcb81d RUN git clone -b staging https://github.com/OpenHistoricalMap/ohm-website.git $workdir WORKDIR $workdir RUN git checkout $OPENHISTORICALMAP_WEBSITE_GITSHA # change the echo here with a reason for changing the commithash -RUN echo 'update map styles, oauth2 code, latest translations' +RUN echo 'iD upstream update, batch of issues addressed after 2024-03-26 OHM Planning, latest translations' RUN git fetch # Install Ruby packages