Update debian Docker tag to trixie-20260518 (#1502)

This commit is contained in:
acelinkio
2026-06-05 19:42:45 -07:00
committed by GitHub
+1 -1
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-20260421
FROM debian:trixie-20260518
# read target arch from buildx or default to amd64 if using legacy builder.
ARG TARGETARCH