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

Commit

Permalink
chore(deps): update alpine docker tag to v3.13.0 (#177)
Browse files Browse the repository at this point in the history
Generated by renovateBot

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 25, 2021
1 parent d8df18c commit 8733532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY cmd/ $GOPATH/src/github.com/pion/ion-avp/cmd
WORKDIR $GOPATH/src/github.com/pion/ion-avp/cmd/signal/grpc
RUN GOOS=linux go build -ldflags '-linkmode "external" -extldflags "-static"' -tags libvpx -a -installsuffix cgo -o /avp .

FROM alpine:3.12.3
FROM alpine:3.13.0

RUN apk --no-cache add ca-certificates libvpx-dev
COPY --from=0 /avp /usr/local/bin/avp
Expand Down
2 changes: 1 addition & 1 deletion cmd/signal/grpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY cmd/ $GOPATH/src/github.com/pion/ion-avp/cmd
WORKDIR $GOPATH/src/github.com/pion/ion-avp/cmd/signal/grpc
RUN GOOS=linux go build -ldflags '-linkmode "external" -extldflags "-static"' -tags libvpx -a -installsuffix cgo -o /avp .

FROM alpine:3.12.3
FROM alpine:3.13.0

RUN apk --no-cache add ca-certificates libvpx-dev
COPY --from=0 /avp /usr/local/bin/avp
Expand Down

0 comments on commit 8733532

Please sign in to comment.