Skip to content

Commit bceffd3

Browse files
committed
Update website to pass fresh_tiles argument to fetch fresh vtiles
1 parent 09bfac2 commit bceffd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

images/web/Dockerfile

Lines changed: 2 additions & 2 deletions
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=7ad2415aef444aa98775b1a5a8e4cd5124b7b8a5
27+
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=67afba8984cc55a864f99199249afae99a721c39
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 && \
@@ -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
7171
RUN 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 && \

0 commit comments

Comments
 (0)