Skip to content

Commit

Permalink
docs: sora zh readme from awesome (#461)
Browse files Browse the repository at this point in the history
* docs: sora zh readme from awesome

* feat: fix openim helm charts bug

---------

Co-authored-by: OpenIM Bot <[email protected]>
  • Loading branch information
cubxxw and kubbot authored Mar 12, 2024
1 parent 9c3281a commit e54730d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/images/api-admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ARG GOARCH
ARG GOOS

FROM golang:1.20 AS builder
FROM golang:1.21 AS builder

ARG GO111MODULE=on
ARG GOPROXY=https://goproxy.io,direct
Expand Down
2 changes: 1 addition & 1 deletion build/images/api-chat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ARG GOARCH
ARG GOOS

FROM golang:1.20 AS builder
FROM golang:1.21 AS builder

ARG GO111MODULE=on
ARG GOPROXY=https://goproxy.io,direct
Expand Down
2 changes: 1 addition & 1 deletion build/images/rpc-admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ARG GOARCH
ARG GOOS

FROM golang:1.20 AS builder
FROM golang:1.21 AS builder

ARG GO111MODULE=on
ARG GOPROXY=https://goproxy.io,direct
Expand Down
2 changes: 1 addition & 1 deletion build/images/rpc-chat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ARG GOARCH
ARG GOOS

FROM golang:1.20 AS builder
FROM golang:1.21 AS builder

ARG GO111MODULE=on
ARG GOPROXY=https://goproxy.io,direct
Expand Down

0 comments on commit e54730d

Please sign in to comment.