From a4ef56a7940dff9ea1867d04150c912a524f0480 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 01:34:28 +0000 Subject: [PATCH] chore(deps): update node.js to v21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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