Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit ecae75a

Browse files
Merge pull request #264 from video-dev/dependabot/docker/alpine-3.10.2
2 parents 9785902 + eda44e6 commit ecae75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)