Skip to content

Commit c545bc3

Browse files
authored
Merge pull request #301 from OpenHistoricalMap/map-style-202405
update map styles
2 parents 1ba0b12 + dbd93ee commit c545bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/web/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ RUN npm install -g svgo
5252

5353
# Install openstreetmap-website
5454
RUN rm -rf $workdir/html
55-
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=5e5b7468c97b5e71270f36b538f1f1960f31ecd3
55+
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=c2b62c698052bbfceffe31b6d8e513a27f4073d1
5656
RUN git clone -b staging https://github.com/OpenHistoricalMap/ohm-website.git $workdir
5757
WORKDIR $workdir
5858
RUN git checkout $OPENHISTORICALMAP_WEBSITE_GITSHA
5959

6060
# 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'
61+
RUN echo 'bring in latest style changes'
6262
RUN git fetch
6363

6464
# Install Ruby packages

0 commit comments

Comments
 (0)