Skip to content

Commit

Permalink
use alpine alpine:3.17 with ffmpeg 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Dec 31, 2024
1 parent 5464943 commit a4b556b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN go get -v -t -d .; \
#
# STAGE 2: build a small image
#
FROM alpine:edge
# Since 3.18, alpine uses ffmpeg 6 which handles segments differently, see: https://github.com/m1k1o/go-transcode/issues/57
FROM alpine:3.17
WORKDIR /app

#
Expand Down

0 comments on commit a4b556b

Please sign in to comment.