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

Commit

Permalink
chore(deps): update golang docker tag to v1.16.4
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate-bot committed May 7, 2021
1 parent 62cb04f commit 8ad65d5
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.13-stretch
FROM golang:1.16.4-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.13-stretch
FROM golang:1.16.4-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.13-stretch
FROM golang:1.16.4-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.13-stretch
FROM golang:1.16.4-stretch

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion protos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.13-stretch as builder
FROM golang:1.16.4-stretch as builder

RUN go get github.com/golang/protobuf/protoc-gen-go
RUN export GO111MODULE=on && go get google.golang.org/grpc/cmd/[email protected]
Expand Down

0 comments on commit 8ad65d5

Please sign in to comment.