Skip to content

Commit

Permalink
Merge pull request #286 from OpenHistoricalMap/style-update
Browse files Browse the repository at this point in the history
Update website commit hash
  • Loading branch information
danrademacher authored Apr 5, 2024
2 parents 0895584 + 6087b42 commit 42c8bae
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=74e7c7a33ad7bc6af7312e6cca0284523eddcdbb
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=a6a4077c62d010b8b5fd78f33eae97da60918a8a
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 'iD upstream update, batch of issues addressed after 2024-03-26 OHM Planning, latest translations'
RUN echo 'style update, iD upstream update, batch of issues addressed after 2024-03-26 OHM Planning, latest translations'
RUN git fetch

# Install Ruby packages
Expand Down

0 comments on commit 42c8bae

Please sign in to comment.