File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ services:
9191
9292 tile_global_seeding_production :
9393 container_name : tiler_global_seeding_production
94- image : ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3061.h8fd5171
94+ image : ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3175.hbdd6021
9595 env_file :
9696 - .env.production
9797 volumes :
@@ -111,7 +111,7 @@ services:
111111
112112 tile_coverage_seeding_production :
113113 container_name : tiler_coverage_seeding_production
114- image : ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3061.h8fd5171
114+ image : ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.3175.hbdd6021
115115 env_file :
116116 - .env.production
117117 volumes :
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=951f691068ccecd0a60802137e58beb6f40369d1
27+ ENV OPENHISTORICALMAP_WEBSITE_GITSHA=b29601a3bdccb4e8667653a16251ec8e94d78544
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 && \
You can’t perform that action at this time.
0 commit comments