chore: upgrade backend dependencies

This commit is contained in:
Steven
2024-02-19 21:39:23 +08:00
parent c1f915ae31
commit 5c02bb98bf
4 changed files with 57 additions and 74 deletions

View File

@ -11,7 +11,7 @@ RUN corepack enable && pnpm i --frozen-lockfile
RUN pnpm build
# Build backend exec file.
FROM golang:1.21-alpine AS backend
FROM golang:1.22-alpine AS backend
WORKDIR /backend-build
COPY . .