chore(deps): update node docker tag to v25
Some checks failed
Release / Build & Push Docker Image (push) Has been cancelled
Release / Release (push) Has been cancelled

This commit was merged in pull request #10.
This commit is contained in:
Renovate Bot
2026-03-07 00:00:59 +00:00
committed by Tuan-Dat Tran
parent ff4dd10b85
commit 8bcf8ab041
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