diff --git a/Dockerfile b/Dockerfile index 6025cba..1eff1c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20 +FROM node:20.9.0 RUN apt update && \ apt install -y python3 python3-pip ruby git pipx && \