From a2eea6fe00a79cddab9939047681331e07dddc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Tue, 30 Sep 2025 12:09:33 -0700 Subject: [PATCH] Update leaflet-ohm-timeslider-v2 --- images/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/web/Dockerfile b/images/web/Dockerfile index d2c41c60..e800eb7e 100644 --- a/images/web/Dockerfile +++ b/images/web/Dockerfile @@ -67,7 +67,7 @@ RUN SECRET_KEY_BASE_DUMMY=1 \ bundle exec rails assets:precompile # Leaflet timeslider assets -ENV LEAFLET_OHM_TIMESLIDER_V2=dd0acbdc9432fae6a4d09a17a4848c391e5064f0 +ENV LEAFLET_OHM_TIMESLIDER_V2=8d580a3ba37bb2eec1e018d9fffeaac27321baa5 RUN git clone https://github.com/OpenHistoricalMap/leaflet-ohm-timeslider-v2.git public/leaflet-ohm-timeslider-v2 && \ cd public/leaflet-ohm-timeslider-v2 && \ git checkout $LEAFLET_OHM_TIMESLIDER_V2 && \