diff --git a/Dockerfile b/Dockerfile index f4f0cb9..6678839 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-bullseye-slim +FROM node:20-bullseye-slim RUN apt update RUN apt install build-essential -y