Skip to content

Commit

Permalink
fix for iD 737, month and day cleared when year change detected
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise authored Apr 10, 2024
1 parent a6c02f6 commit d1977fc
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=2af1cb7b4257ac0ec1ba63a050d9161d8d9698e3
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 'update map styles, oauth2 code, 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 d1977fc

Please sign in to comment.