Skip to content

Commit

Permalink
Update website version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Mar 1, 2024
1 parent 0866e43 commit 03966d1
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=f31c81c3f3200b2fb3b2703caa35238652e18e74
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 03966d1

Please sign in to comment.