We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ba0b12 + dbd93ee commit c545bc3Copy full SHA for c545bc3
images/web/Dockerfile
@@ -52,13 +52,13 @@ RUN npm install -g svgo
52
53
# Install openstreetmap-website
54
RUN rm -rf $workdir/html
55
-ENV OPENHISTORICALMAP_WEBSITE_GITSHA=5e5b7468c97b5e71270f36b538f1f1960f31ecd3
+ENV OPENHISTORICALMAP_WEBSITE_GITSHA=c2b62c698052bbfceffe31b6d8e513a27f4073d1
56
RUN git clone -b staging https://github.com/OpenHistoricalMap/ohm-website.git $workdir
57
WORKDIR $workdir
58
RUN git checkout $OPENHISTORICALMAP_WEBSITE_GITSHA
59
60
# change the echo here with a reason for changing the commithash
61
-RUN echo 'updates for issues about mastodon url (#621) and translating privacy page (#743), translations'
+RUN echo 'bring in latest style changes'
62
RUN git fetch
63
64
# Install Ruby packages
0 commit comments