Skip to content

Commit

Permalink
Reset gitsha for web api
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 8, 2024
1 parent feeb6f1 commit bae7878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN npm install -g svgo
RUN rm -rf $workdir/html

## Sep 2023
ENV OPENSTREETMAP_WEBSITE_GITSHA=1ad7f22a04465c32ce82ffaac3aaee0df119648b
ENV OPENSTREETMAP_WEBSITE_GITSHA=d23763d6cdbf5ec11f0e83f8e6e8fb32ed973e6a
RUN curl -L https://github.com/openstreetmap/openstreetmap-website/archive/$OPENSTREETMAP_WEBSITE_GITSHA.zip --output website.zip && unzip website.zip
RUN mv openstreetmap-website-$OPENSTREETMAP_WEBSITE_GITSHA/* $workdir/
WORKDIR $workdir
Expand Down

0 comments on commit bae7878

Please sign in to comment.