chore(deps): update node docker tag to v25

This commit is contained in:
Renovate Bot
2026-03-07 00:00:59 +00:00
parent 83fed13e56
commit 4aa74efb8f
2 changed files with 2 additions and 2 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