fix: update Go base image version and enhance token status checks in UpdateToken function

This commit is contained in:
Laisky.Cai
2024-11-20 02:52:09 +00:00
parent 0e335db90c
commit 0d9c79be35
2 changed files with 7 additions and 3 deletions

View File

@@ -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 \