fix: correctly fetch articles/series

This commit is contained in:
Max Richter
2025-10-28 20:30:25 +01:00
parent f680b5f832
commit 283a00be39
4 changed files with 10 additions and 610 deletions

View File

@@ -1,4 +1,4 @@
FROM denoland/deno:2.3.1 AS build
FROM denoland/deno:2.5.4 AS build
RUN apt-get update && apt-get install -y --no-install-recommends \
curl ffmpeg && \