diff --git a/Dockerfile b/Dockerfile index e08ef451..97385822 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ---- Base Node ---- -FROM node:16-alpine AS base +FROM node:21-alpine AS base ## Install build toolchain, install node deps and compile native add-ons RUN apk add --no-cache python3 make g++ # set working directory