Skip to content

Commit ecae75a

Browse files
Merge pull request #264 from video-dev/dependabot/docker/alpine-3.10.2
2 parents 9785902 + eda44e6 commit ecae75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /code
77
ADD . ./
88
RUN go install
99

10-
FROM alpine:3.10.1
10+
FROM alpine:3.10.2
1111
RUN apk add --no-cache ca-certificates
1212
COPY --from=build /go/bin/video-transcoding-api /usr/bin/video-transcoding-api
1313
ENTRYPOINT ["/usr/bin/video-transcoding-api"]

0 commit comments

Comments
 (0)