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.14.0 to 3.14.1 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 9, 2021
1 parent 2102539 commit a206203
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.14.0
FROM alpine:3.14.1
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 a206203

Please sign in to comment.