Skip to content

Commit a4b556b

Browse files
committed
use alpine alpine:3.17 with ffmpeg 5.
1 parent 5464943 commit a4b556b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN go get -v -t -d .; \
1313
#
1414
# STAGE 2: build a small image
1515
#
16-
FROM alpine:edge
16+
# Since 3.18, alpine uses ffmpeg 6 which handles segments differently, see: https://github.com/m1k1o/go-transcode/issues/57
17+
FROM alpine:3.17
1718
WORKDIR /app
1819

1920
#

0 commit comments

Comments
 (0)