From d7ef684f3b43499e05a45cf9eba1b1dc00bd1c37 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Fri, 20 Dec 2024 20:28:40 -0800 Subject: [PATCH] Update OPENHISTORICALMAP_WEBSITE_GITSHA --- images/web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/web/Dockerfile b/images/web/Dockerfile index 307a5cd2..10e813d3 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=bb0b34deda11010614dfaf12e0565ee362cf9d97 +ENV OPENHISTORICALMAP_WEBSITE_GITSHA=c059a39babe13cc90b7ac83a6a63219de5c77bbe 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 'Upstream merge Nov/Dec 2024.' +RUN echo 'Upstream merge Nov/Dec 2024, now with Rails credentials.' RUN git fetch && rm -rf .git # Install Ruby packages