Skip to content

Commit eda44e6

Browse files
build(deps): bump alpine from 3.10.1 to 3.10.2
Bumps alpine from 3.10.1 to 3.10.2. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 9785902 commit eda44e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /code
77
ADD . ./
88
RUN go install
99

10-
FROM alpine:3.10.1
10+
FROM alpine:3.10.2
1111
RUN apk add --no-cache ca-certificates
1212
COPY --from=build /go/bin/video-transcoding-api /usr/bin/video-transcoding-api
1313
ENTRYPOINT ["/usr/bin/video-transcoding-api"]

0 commit comments

Comments
 (0)