We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da1dce commit a615d4fCopy full SHA for a615d4f
1 file changed
images/web/Dockerfile
@@ -24,7 +24,7 @@ RUN apt-get update && \
24
&& apt-get clean && rm -rf /var/lib/apt/lists/*
25
26
# Download OHM Website using gitsha, faster than cloning
27
-ENV OPENHISTORICALMAP_WEBSITE_GITSHA=a9a92c5ac3554ffeca489450e020de708c09e436
+ENV OPENHISTORICALMAP_WEBSITE_GITSHA=67597d5d3ee63976aef37aec414073ce3ec51bd4
28
ENV OHM_WEBSITE_URL=https://github.com/OpenHistoricalMap/ohm-website/archive/${OPENHISTORICALMAP_WEBSITE_GITSHA}.zip
29
RUN rm -rf $workdir/* && curl -fsSL $OHM_WEBSITE_URL -o /tmp/ohm-website.zip && \
30
unzip /tmp/ohm-website.zip -d /tmp && \
0 commit comments