From 5fb4a1a77b63a433dbf9db7eca0f284c0d806684 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Thu, 25 Jul 2024 15:38:37 -0700 Subject: [PATCH] Update Dockerfile New user hotfix. --- images/web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/web/Dockerfile b/images/web/Dockerfile index fe697a87..242c7fac 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=6c7a9152a9164100b59ecc8f06233685f9938ee6 +ENV OPENHISTORICALMAP_WEBSITE_GITSHA=17f7bfd284a63ea1e4de93195e2d1d131e525e12 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 'Brings in a build of iD and a variety of small fixes to ohm-website' +RUN echo 'Hotfix for inability to create new user (issue 853)' RUN git fetch && rm -rf .git # Install Ruby packages