Skip to content

Commit f32f152

Browse files
committed
Update ohm-website version
1 parent 513ae80 commit f32f152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update && \
2424
&& apt-get clean && rm -rf /var/lib/apt/lists/*
2525

2626
# Download OHM Website using gitsha, faster than cloning
27-
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=be82f448b530b4c05887c0367fa0c486fae2658a
27+
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=8b5167b49cd8793357b76af2b999f561477630b4
2828
ENV OHM_WEBSITE_URL=https://github.com/OpenHistoricalMap/ohm-website/archive/${OPENHISTORICALMAP_WEBSITE_GITSHA}.zip
2929
RUN rm -rf $workdir/* && curl -fsSL $OHM_WEBSITE_URL -o /tmp/ohm-website.zip && \
3030
unzip /tmp/ohm-website.zip -d /tmp && \

0 commit comments

Comments
 (0)