Skip to content

Commit

Permalink
Merge pull request #263 from video-dev/dependabot/docker/drone/alpine…
Browse files Browse the repository at this point in the history
…-3.10.2

build(deps): bump alpine from 3.10.1 to 3.10.2 in /drone
  • Loading branch information
flavioribeiro authored Aug 21, 2019
2 parents bf26527 + 75972fb commit 9785902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile is intended to be used in the CI environment and depends on
# an existing binary built outside Docker.

FROM alpine:3.10.1
FROM alpine:3.10.2

RUN apk add --no-cache ca-certificates
ADD video-transcoding-api /bin/video-transcoding-api
Expand Down

0 comments on commit 9785902

Please sign in to comment.