Skip to content

Commit

Permalink
Merge pull request #281 from video-dev/dependabot/docker/alpine-3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Oct 22, 2019
2 parents 6259658 + e3cd0e3 commit 56a044b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /code
ADD . ./
RUN go install

FROM alpine:3.10.2
FROM alpine:3.10.3
RUN apk add --no-cache ca-certificates
COPY --from=build /go/bin/video-transcoding-api /usr/bin/video-transcoding-api
ENTRYPOINT ["/usr/bin/video-transcoding-api"]

0 comments on commit 56a044b

Please sign in to comment.