Merge branch 'fix/openrouter-reasoning'

This commit is contained in:
Laisky.Cai
2025-02-19 01:32:51 +00:00
5 changed files with 102 additions and 92 deletions

View File

@@ -14,7 +14,7 @@ RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat ./VERSION) npm run buil
DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat ./VERSION) npm run build --prefix /web/air & \
wait
FROM golang:1.23.5-bullseye AS builder2
FROM golang:1.24.0-bullseye AS builder2
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \