Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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