Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx

FROM --platform=$BUILDPLATFORM alpine:3.22 AS builder
FROM --platform=$BUILDPLATFORM alpine:3.23 AS builder

LABEL org.opencontainers.image.title="Oktomusic Custom FFmpeg"
LABEL org.opencontainers.image.description="Custom build of FFmpeg for Oktomusic project"
Expand Down Expand Up @@ -159,7 +159,7 @@ RUN xx-verify --static /usr/local/bin/metaflac
# ---------------------------
# Create minimal runtime image
# ---------------------------
FROM alpine:3.22 AS runtime
FROM alpine:3.23 AS runtime

COPY --from=builder /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg
COPY --from=builder /usr/local/bin/ffprobe /usr/local/bin/ffprobe
Expand Down
Loading