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 dependency golang
Browse files Browse the repository at this point in the history
Generated by renovateBot
  • Loading branch information
renovate-bot committed May 15, 2022
1 parent 65dbd12 commit ee3158a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/app-room.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine as builder
FROM golang:1.18-alpine as builder

WORKDIR /ion

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.16-alpine as builder
FROM golang:1.18-alpine as builder

WORKDIR /ion

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.16-alpine as builder
FROM golang:1.18-alpine as builder

WORKDIR /ion

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.16-alpine as builder
FROM golang:1.18-alpine as builder

WORKDIR /ion

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.18.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 ee3158a

Please sign in to comment.