diff --git a/Dockerfile b/Dockerfile index d433093..03fbe12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-bookworm +FROM node:22-bookworm RUN apt update RUN apt install -y curl bash nano wget zip unzip