Skip to content

Commit eb825e0

Browse files
committed
Pin Docker image vilsol/ffmpeg-alpine:latest
vilsol/ffmpeg-alpine -> vilsol/ffmpeg-alpine:latest@sha256:eb89de73d292f8b8fdffcba0f65caf13e3760300904a1192cd92d5b34e05ba05 [atomist:generated] [atomist-skill:atomist/docker-base-image-policy]
1 parent ed37b3c commit eb825e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY . .
1414

1515
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /transcoder main.go
1616

17-
FROM vilsol/ffmpeg-alpine as ffmpeg
17+
FROM vilsol/ffmpeg-alpine:latest@sha256:eb89de73d292f8b8fdffcba0f65caf13e3760300904a1192cd92d5b34e05ba05 as ffmpeg
1818

1919
FROM alpine:edge
2020

0 commit comments

Comments
 (0)