We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d3539 commit 985564eCopy full SHA for 985564e
Dockerfile
@@ -16,7 +16,7 @@ RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /transcoder main.go
16
17
FROM vilsol/ffmpeg-alpine:latest@sha256:eb89de73d292f8b8fdffcba0f65caf13e3760300904a1192cd92d5b34e05ba05 as ffmpeg
18
19
-FROM alpine:edge
+FROM alpine:edge@sha256:2f77b6664f181b246244f9cd052155e74fb3f26d2a502edecd5fff0fc4bda388
20
21
# ffmpeg
22
COPY --from=ffmpeg /root/bin/ffmpeg /bin/ffmpeg
0 commit comments