diff --git a/drone/Dockerfile b/drone/Dockerfile index f69801ac..3107c948 100644 --- a/drone/Dockerfile +++ b/drone/Dockerfile @@ -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