We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb825e0 commit 4ad64a0Copy full SHA for 4ad64a0
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:e64a0b2fc7ff870c2b22506009288daa5134da2b8c541440694b629fc22d792e
20
21
# ffmpeg
22
COPY --from=ffmpeg /root/bin/ffmpeg /bin/ffmpeg
0 commit comments