Update debian Docker tag to trixie-20260406 (#1458)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-04-13 09:07:17 +02:00 committed by GitHub
parent 31ed693978
commit af73d9ba32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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