From af73d9ba32e2d7a1d61ef0da2e132318f41f2dd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:07:17 +0200 Subject: [PATCH] Update debian Docker tag to trixie-20260406 (#1458) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- transcoder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcoder/Dockerfile b/transcoder/Dockerfile index 07b6d214..8c787331 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-20260316 +FROM debian:trixie-20260406 # read target arch from buildx or default to amd64 if using legacy builder. ARG TARGETARCH