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

@@ -40,7 +40,7 @@
"devDependencies": {
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@eslint/js": "^9.39.2",
"@eslint/js": "^10.0.0",
"@lhci/cli": "^0.15.1",
"@playwright/test": "^1.58.2",
"@semantic-release/changelog": "^6.0.3",