diff --git a/Dockerfile b/Dockerfile index a188fd4..e43b8fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM node:25 RUN apt update && apt upgrade -y -RUN apt install git nodejs npm --no-install-recommends -y +RUN apt install git --no-install-recommends -y