update Dockerfile

Signed-off-by: wozulong <>
This commit is contained in:
wozulong
2025-02-01 23:42:26 +08:00
parent 1f694315ce
commit b648816add
3 changed files with 49 additions and 43 deletions

View File

@@ -7,7 +7,7 @@ COPY ./web .
COPY ./VERSION .
RUN DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(cat VERSION) bun run build
FROM golang:1.23.5 AS builder2
FROM golang:1.21 AS builder2
ENV GO111MODULE=on \
CGO_ENABLED=1 \