mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-12 03:13:41 +08:00
chore: update Dockerfile and dependencies; bump Go version and AWS SDK packages
This commit is contained in:
@@ -19,7 +19,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.24.0-bullseye AS builder2
|
||||
FROM golang:1.24.1-bullseye AS builder2
|
||||
|
||||
# Make sure to use ARG with a default value
|
||||
ARG TARGETARCH=amd64
|
||||
|
||||
Reference in New Issue
Block a user