Skip to content

Commit

Permalink
Merge branch 'main' into fix/background
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Mar 12, 2024
2 parents 079745d + e54730d commit b8d3e75
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG GOOS
FROM golang:1.21 AS builder

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

WORKDIR /openim/openim-chat

Expand Down
4 changes: 2 additions & 2 deletions build/images/api-admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
ARG GOARCH
ARG GOOS

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

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

WORKDIR /openim/openim-chat

Expand Down
4 changes: 2 additions & 2 deletions build/images/api-chat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
ARG GOARCH
ARG GOOS

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

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

WORKDIR /openim/openim-chat

Expand Down
4 changes: 2 additions & 2 deletions build/images/rpc-admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
ARG GOARCH
ARG GOOS

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

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

WORKDIR /openim/openim-chat

Expand Down
4 changes: 2 additions & 2 deletions build/images/rpc-chat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
ARG GOARCH
ARG GOOS

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

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

WORKDIR /openim/openim-chat

Expand Down

0 comments on commit b8d3e75

Please sign in to comment.