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.5
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate-bot committed Jun 4, 2021
1 parent 62cb04f commit 74d28dd
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.5-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.5-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.5-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.5-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.5-stretch as builder

RUN go get github.com/golang/protobuf/protoc-gen-go
RUN export GO111MODULE=on && go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1.0
Expand Down

0 comments on commit 74d28dd

Please sign in to comment.