Skip to content

Commit

Permalink
Merge pull request #471 from OpenHistoricalMap/20250203-ohm-website
Browse files Browse the repository at this point in the history
week of 20250203 ohm-website updates
  • Loading branch information
erictheise authored Feb 6, 2025
2 parents 084d9e6 + 2658a92 commit ffd91b1
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 @@ -8,15 +8,15 @@ RUN npm install -g svgo

# Install openstreetmap-website
RUN rm -rf $workdir/html
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=9e14cd6b6ca7677c874515cf6495e238c80547fe
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=352167399a3340b6089dce93cd50439755f35076

RUN git clone 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, now with Rails credentials.'
RUN echo 'Minor bug fixes, updated translatewiki translations'
RUN git fetch && rm -rf .git

# Install Ruby packages
Expand Down

0 comments on commit ffd91b1

Please sign in to comment.