feat: update base image to Node.js 24.9-alpine3.21 in Dockerfile

This commit is contained in:
Nawaz Dhandala
2026-02-18 15:17:52 +00:00
parent 87501d8d1b
commit 70a8c9974c

View File

@@ -3,7 +3,7 @@
#
# Pull base image nodejs image.
FROM public.ecr.aws/docker/library/node:21.6-alpine3.18
FROM public.ecr.aws/docker/library/node:24.9-alpine3.21
RUN mkdir /tmp/npm && chmod 2777 /tmp/npm && chown 1000:1000 /tmp/npm && npm config set cache /tmp/npm --global
RUN npm config set fetch-retries 5