Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
build(deps): bump alpine from 3.12.2 to 3.12.3 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 17, 2020
1 parent 63652cf commit c792c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /code
ADD . ./
RUN go install

FROM alpine:3.12.2
FROM alpine:3.12.3
RUN apk add --no-cache ca-certificates
COPY --from=build /go/bin/hls-rip /usr/bin/hls-rip
ENTRYPOINT ["/usr/bin/hls-rip"]

0 comments on commit c792c89

Please sign in to comment.