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 20, 2021
1 parent e99cfea commit 4420589
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 docker/sig.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 proto/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/[email protected]
Expand Down

0 comments on commit 4420589

Please sign in to comment.