From ee9f5dfd47649c51e73ce5c217cbec6c4d22debc Mon Sep 17 00:00:00 2001 From: danrademacher Date: Mon, 30 Oct 2023 21:35:23 -0700 Subject: [PATCH] Revert "Merge pull request #239 from OpenHistoricalMap/locale-updates" This reverts commit 66f450abd27d2764155a5310f1f727b74c57ed32, reversing changes made to decf1ae3cef2f0f5312ef1760bafaaa8ed7e0a3d. --- images/web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/web/Dockerfile b/images/web/Dockerfile index 0e4a462c..8862653e 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=1a1c4e9624e7d40a879bb698f8c74be71a303d23 +ENV OPENHISTORICALMAP_WEBSITE_GITSHA=23582bf0f52bc99345489c855a84520ecf69f845 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 'locale updates' +RUN echo 'fix api call for inspector code' RUN git fetch # Install Ruby packages