diff --git a/Dockerfile b/Dockerfile index 0afcd185..a4301acb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ##### BASE -FROM node:16-bullseye-slim as base +FROM node:19-bullseye-slim as base RUN apt-get update || : && apt-get install python3 build-essential git -y