chore: bump dependencies

This commit is contained in:
johnnyjoy
2024-09-22 14:20:04 +08:00
parent a7b3252096
commit efb631e906
9 changed files with 1181 additions and 1192 deletions

View File

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