Skip to content

Commit 6d40892

Browse files
build(deps): bump alpine from 3.11.6 to 3.12.0 in /drone (#332)
Bumps alpine from 3.11.6 to 3.12.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent fc86ef3 commit 6d40892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drone/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This Dockerfile is intended to be used in the CI environment and depends on
22
# an existing binary built outside Docker.
33

4-
FROM alpine:3.11.6 AS base
4+
FROM alpine:3.12.0 AS base
55

66
RUN apk add --no-cache upx
77
ADD video-transcoding-api /bin/video-transcoding-api
88
RUN upx --brute /bin/video-transcoding-api
99

10-
FROM alpine:3.11.6
10+
FROM alpine:3.12.0
1111

1212
RUN apk add --no-cache ca-certificates
1313
COPY --from=base /bin/video-transcoding-api /bin/video-transcoding-api

0 commit comments

Comments
 (0)