chore: upgrade nodejs from 20 to 24

Signed-off-by: harsha.venugopal <harsha@ledn.io>
This commit is contained in:
harsha.venugopal 2026-01-23 00:17:08 -05:00
parent 64c9b14150
commit dd5daeb61f
No known key found for this signature in database
GPG key ID: BE2DA0F39A35B3EB
4 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG NODE_VERSION=20
ARG NODE_VERSION=24
FROM node:${NODE_VERSION}-alpine AS base
RUN apk add --no-cache cpio findutils git