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.3 to 3.13.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 15, 2021
1 parent a09447e commit 4c37fed
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.3
FROM alpine:3.13.0
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 4c37fed

Please sign in to comment.