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.12.3
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate-bot committed Dec 17, 2020
1 parent 14a3d00 commit 9ba3cd2
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.1
FROM alpine:3.12.3

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.1
FROM alpine:3.12.3

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

0 comments on commit 9ba3cd2

Please # to comment.