We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e65d9ab + 6fd6732 commit badb571Copy full SHA for badb571
Dockerfile
@@ -22,7 +22,7 @@ RUN set -eux && \
22
$VIRTUAL_ENV/bin/pip install --upgrade pip && \
23
$VIRTUAL_ENV/bin/pip install --no-cache-dir --disable-pip-version-check --default-timeout=100 -r /tmp/requirements.txt
24
25
-FROM mwader/static-ffmpeg AS builder_ffmpeg
+FROM mwader/static-ffmpeg:7.1.1 AS builder_ffmpeg
26
27
FROM debian:bookworm-slim AS builder_chrome
28
requirements-dev.txt
@@ -1 +1 @@
1
-ruff==0.12.10
+ruff==0.12.11
requirements.txt
@@ -26,4 +26,4 @@ lottie==0.7.2
Pillow==11.1.0
CairoSVG==2.8.2
uvloop==0.21.0
29
-orjson==3.11.2
+orjson==3.11.3
0 commit comments