chore: update nodejs version in Dockerfile #2199

Merged
Sainan merged 2 commits from upd-docker into main 2025-06-18 10:23:40 -07:00
Showing only changes of commit 9ecb4d4f7e - Show all commits

View File

@ -1,4 +1,4 @@
FROM node:24
FROM node:24-alpine3.21
ENV APP_MONGODB_URL=mongodb://mongodb:27017/openWF
ENV APP_MY_ADDRESS=localhost