Skip to content

Commit 41b592a

Browse files
authored
Reset ohm-website to prod version (#744)
1 parent 45cbe5d commit 41b592a

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=44e8c4e9ef6f5c3362f6c091dd428e8d95c0398f
27+
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=7ad2415aef444aa98775b1a5a8e4cd5124b7b8a5
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=d41b5113691bb6e96ba686c8a66921a766dc57e0
70+
ENV LEAFLET_OHM_TIMESLIDER_V2=dd0acbdc9432fae6a4d09a17a4848c391e5064f0
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)