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