improve: upgrade node to 20, upgrade react-query to v4

This commit is contained in:
h z
2025-04-27 00:36:42 +01:00
parent 9ea44385ee
commit 1ce2eebbfa
22 changed files with 309 additions and 218 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine AS build-stage
FROM node:20-alpine AS build-stage
WORKDIR /app