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

@@ -61,7 +61,7 @@
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"express": "^5.2.1",
"globals": "^17.0.0",
"globals": "^16.5.0",
"husky": "^9.1.7",
"jsdom": "^28.1.0",
"postcss": "^8.5.6",