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.17.2
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate-bot committed Oct 8, 2021
1 parent 42777ea commit ace3b96
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/app-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.17.2-stretch

ENV GO111MODULE=on

Expand Down
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.17.2-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.17.2-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.17.2-stretch

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion docker/signal.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.13-stretch
FROM golang:1.17.2-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.17.2-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 ace3b96

Please sign in to comment.