mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: update base image to Node.js 24.9 in Dockerfile
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# Pull base image nodejs image.
|
||||
|
||||
# Note: Alpine Images don't work with Playwright.
|
||||
FROM public.ecr.aws/docker/library/node:21.6
|
||||
FROM public.ecr.aws/docker/library/node:24.9
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user