1 Commits

Author SHA1 Message Date
Renovate Bot
b0d18a7712 chore(deps): update node docker tag to v26 2026-05-07 00:01:49 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
FROM node:25-slim
FROM node:26-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": "^5.2.0",
"@vitejs/plugin-react": "^6.0.0",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.24",
"better-sqlite3": "^12.6.2",