3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-15 18:45:03 +00:00

chore: update main Dockerfile to Node 22

This commit is contained in:
Dragory 2025-05-31 19:19:52 +00:00
parent ddb29566b1
commit 413779bb53
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
FROM node:20
FROM node:22
RUN mkdir /zeppelin
RUN chown node:node /zeppelin