From bf181c3ad8f36228304914e7b379f1baf8bff0cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 04:33:21 +0000 Subject: [PATCH] Update debian Docker tag to trixie-20260518 --- transcoder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcoder/Dockerfile b/transcoder/Dockerfile index 5beb89a2..d1732522 100644 --- a/transcoder/Dockerfile +++ b/transcoder/Dockerfile @@ -13,7 +13,7 @@ COPY . . RUN GOOS=linux go build -o ./transcoder # https://packages.debian.org/trixie/ffmpeg for version tracking -FROM debian:trixie-20260421 +FROM debian:trixie-20260518 # read target arch from buildx or default to amd64 if using legacy builder. ARG TARGETARCH