mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-12 11:23:42 +08:00
fix: update Go base image version and enhance token status checks in UpdateToken function
This commit is contained in:
@@ -12,7 +12,7 @@ WORKDIR /web/air
|
||||
RUN npm install
|
||||
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
|
||||
|
||||
FROM golang:1.23.1-bullseye AS builder2
|
||||
FROM golang:1.23.3-bullseye AS builder2
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y --no-install-recommends g++ make gcc git build-essential ca-certificates \
|
||||
|
||||
Reference in New Issue
Block a user