From 55e7dd872c7d947e082289bde5a2ad80151fcfb3 Mon Sep 17 00:00:00 2001 From: Dan Rademacher Date: Mon, 30 Oct 2023 20:44:48 -0700 Subject: [PATCH] Locale updates --- images/web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/web/Dockerfile b/images/web/Dockerfile index 8862653e..0e4a462c 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=23582bf0f52bc99345489c855a84520ecf69f845 +ENV OPENHISTORICALMAP_WEBSITE_GITSHA=1a1c4e9624e7d40a879bb698f8c74be71a303d23 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 'fix api call for inspector code' +RUN echo 'locale updates' RUN git fetch # Install Ruby packages