Skip to content

Commit

Permalink
fix for 737 + minor iD upstream additions
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise authored Apr 10, 2024
1 parent 42c8bae commit c444945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ RUN npm install -g svgo

# Install openstreetmap-website
RUN rm -rf $workdir/html
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=a6a4077c62d010b8b5fd78f33eae97da60918a8a
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=3648249b7d408253b0c7b19fef8fcf5591dd68ef
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 'style update, iD upstream update, batch of issues addressed after 2024-03-26 OHM Planning, latest translations'
RUN echo 'fix for 737, month and day clear when year changed in iD'
RUN git fetch

# Install Ruby packages
Expand Down

0 comments on commit c444945

Please sign in to comment.