From d5f49dc34a9f2c9c6ac9f18102aa4f62617e89d1 Mon Sep 17 00:00:00 2001 From: Dan Rademacher Date: Fri, 9 Feb 2024 16:08:10 -0800 Subject: [PATCH] reorder railway style, update help, latest translations --- images/web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/web/Dockerfile b/images/web/Dockerfile index b2bb9d5a..ec85bdf1 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=1e2e46a036a45e8fe986f884a33441d4ef5aa323 +ENV OPENHISTORICALMAP_WEBSITE_GITSHA=4ce9b914ba7277593fe86bc35f3f5851430fd39b 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 'add new railway style' +RUN echo 'reorder railway style, update help, latest translations' RUN git fetch # Install Ruby packages