Skip to content

Commit bcb6e0f

Browse files
committed
Update OHM Website gitsha
1 parent edac39a commit bcb6e0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hetzner/tiler/tiler.production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

images/web/Dockerfile

Lines changed: 1 addition & 1 deletion
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=951f691068ccecd0a60802137e58beb6f40369d1
27+
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=b29601a3bdccb4e8667653a16251ec8e94d78544
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 && \

0 commit comments

Comments
 (0)