We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc86ef3 commit 6d40892Copy full SHA for 6d40892
drone/Dockerfile
@@ -1,13 +1,13 @@
1
# This Dockerfile is intended to be used in the CI environment and depends on
2
# an existing binary built outside Docker.
3
4
-FROM alpine:3.11.6 AS base
+FROM alpine:3.12.0 AS base
5
6
RUN apk add --no-cache upx
7
ADD video-transcoding-api /bin/video-transcoding-api
8
RUN upx --brute /bin/video-transcoding-api
9
10
-FROM alpine:3.11.6
+FROM alpine:3.12.0
11
12
RUN apk add --no-cache ca-certificates
13
COPY --from=base /bin/video-transcoding-api /bin/video-transcoding-api
0 commit comments