1 Commits

Author SHA1 Message Date
Renovate Bot
4aa74efb8f chore(deps): update node docker tag to v25 2026-03-07 00:00:59 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20-alpine as build
FROM node:25-alpine as build
WORKDIR /app

View File

@@ -1,4 +1,4 @@
FROM node:20-slim
FROM node:25-slim
WORKDIR /app

View File

@@ -51,7 +51,7 @@
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",
"@vitejs/plugin-react": "^5.1.1",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.24",
"better-sqlite3": "^12.6.2",