File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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=7ad2415aef444aa98775b1a5a8e4cd5124b7b8a5
27+ ENV OPENHISTORICALMAP_WEBSITE_GITSHA=67afba8984cc55a864f99199249afae99a721c39
2828ENV OHM_WEBSITE_URL=https://github.com/OpenHistoricalMap/ohm-website/archive/${OPENHISTORICALMAP_WEBSITE_GITSHA}.zip
2929RUN rm -rf $workdir/* && curl -fsSL $OHM_WEBSITE_URL -o /tmp/ohm-website.zip && \
3030 unzip /tmp/ohm-website.zip -d /tmp && \
@@ -67,7 +67,7 @@ RUN SECRET_KEY_BASE_DUMMY=1 \
6767 bundle exec rails assets:precompile
6868
6969# Leaflet timeslider assets
70- ENV LEAFLET_OHM_TIMESLIDER_V2=dd0acbdc9432fae6a4d09a17a4848c391e5064f0
70+ ENV LEAFLET_OHM_TIMESLIDER_V2=d41b5113691bb6e96ba686c8a66921a766dc57e0
7171RUN git clone https://github.com/OpenHistoricalMap/leaflet-ohm-timeslider-v2.git public/leaflet-ohm-timeslider-v2 && \
7272 cd public/leaflet-ohm-timeslider-v2 && \
7373 git checkout $LEAFLET_OHM_TIMESLIDER_V2 && \
You can’t perform that action at this time.
0 commit comments