mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-14 12:23:41 +08:00
chore: Update Go dependencies and Dockerfile; tweak AWS config in go.mod
- Update go.mod to replace `github.com/aws/aws-sdk-go-v2/config` with `github.com/aws/aws-sdk-go-v2/credentials` - Update Dockerfile to use golang version `1.22.2-bullseye` - Modify go.sum to downgrade and remove certain dependencies, with no functional changes to code
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.22.1-bullseye AS builder2
|
||||
FROM golang:1.22.2-bullseye AS builder2
|
||||
|
||||
ENV GO111MODULE=on \
|
||||
CGO_ENABLED=1 \
|
||||
|
||||
Reference in New Issue
Block a user