feat: support WebAuthn login without username and upgrade Go to 1.21 (#3695)

This commit is contained in:
DacongDA
2025-04-01 16:35:59 +08:00
committed by GitHub
parent 2cc5e82d91
commit b6f943e326
6 changed files with 65 additions and 107 deletions

View File

@ -4,7 +4,7 @@ COPY ./web .
RUN yarn install --frozen-lockfile --network-timeout 1000000 && NODE_OPTIONS="--max-old-space-size=4096" yarn run build
FROM --platform=$BUILDPLATFORM golang:1.20.12 AS BACK
FROM --platform=$BUILDPLATFORM golang:1.21.13 AS BACK
WORKDIR /go/src/casdoor
COPY . .
RUN ./build.sh