Skip to content

Commit badb571

Browse files
authored
Merge pull request #166 from kastaid/dev
update
2 parents e65d9ab + 6fd6732 commit badb571

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN set -eux && \
2222
$VIRTUAL_ENV/bin/pip install --upgrade pip && \
2323
$VIRTUAL_ENV/bin/pip install --no-cache-dir --disable-pip-version-check --default-timeout=100 -r /tmp/requirements.txt
2424

25-
FROM mwader/static-ffmpeg AS builder_ffmpeg
25+
FROM mwader/static-ffmpeg:7.1.1 AS builder_ffmpeg
2626

2727
FROM debian:bookworm-slim AS builder_chrome
2828

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.12.10
1+
ruff==0.12.11

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ lottie==0.7.2
2626
Pillow==11.1.0
2727
CairoSVG==2.8.2
2828
uvloop==0.21.0
29-
orjson==3.11.2
29+
orjson==3.11.3

0 commit comments

Comments
 (0)