Skip to content

Commit

Permalink
Releasing delayed, feature-rich version of iD.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Sep 24, 2024
1 parent 7512ba4 commit eea4be5
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 @@ -55,14 +55,14 @@ RUN npm install -g svgo

# Install openstreetmap-website
RUN rm -rf $workdir/html
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=17f7bfd284a63ea1e4de93195e2d1d131e525e12
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=5fe35825cdcf59ad38615b3fb8c452d557fd45cd
RUN git clone -b staging 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 'Hotfix for inability to create new user (issue 853)'
RUN echo 'Releasing delayed, feature-rich version of iD.'
RUN git fetch && rm -rf .git

# Install Ruby packages
Expand Down

0 comments on commit eea4be5

Please sign in to comment.