diff --git a/Dockerfile b/Dockerfile index 0440287..4a28309 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16 +FROM node:18 RUN apt update && \ apt install -y python3 python3-pip ruby git && \