Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.14.13 (ionorg#446)
Browse files Browse the repository at this point in the history
Generated by renovateBot

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 7, 2020
1 parent c9766cc commit 0e5ebf4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/avp.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.12-stretch
FROM golang:1.14.13-stretch

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion docker/biz.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.12-stretch
FROM golang:1.14.13-stretch

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion docker/islb.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.12-stretch
FROM golang:1.14.13-stretch

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion docker/sfu.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.12-stretch
FROM golang:1.14.13-stretch

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion pkg/grpc/biz/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM golang:1.14.12-stretch as builder
FROM golang:1.14.13-stretch as builder

RUN go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
RUN go get google.golang.org/protobuf/cmd/protoc-gen-go
Expand Down

0 comments on commit 0e5ebf4

Please sign in to comment.