mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-10 10:33:41 +08:00
build: Update Golang in Docker image to 1.22.0
- Update Golang container image
This commit is contained in:
@@ -12,7 +12,7 @@ WORKDIR /web/berry
|
||||
RUN npm install
|
||||
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
|
||||
|
||||
FROM golang:1.21.5-bullseye AS builder2
|
||||
FROM golang:1.22.0-bullseye AS builder2
|
||||
|
||||
ENV GO111MODULE=on \
|
||||
CGO_ENABLED=1 \
|
||||
|
||||
Reference in New Issue
Block a user