Update node to v24.13.1 LTS

This commit is contained in:
Krishan
2026-02-14 06:57:27 +00:00
parent 9d49418a1f
commit 23b8e5c543
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
## Builder
FROM node:20.12.2-alpine3.18 as builder
FROM node:24.13.1-alpine3.18 as builder
WORKDIR /src