Skip to content

Commit

Permalink
build(deps): bump alpine from 3.10.1 to 3.10.2
Browse files Browse the repository at this point in the history
Bumps alpine from 3.10.1 to 3.10.2.

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Aug 21, 2019
1 parent bf26527 commit 0cf3935
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.1
FROM alpine:3.10.2
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 0cf3935

Please sign in to comment.