From ec3913e393a1d6bbc9a71e54ff2aa0f7bb134522 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Fri, 1 Nov 2024 02:34:31 +0000 Subject: [PATCH] Update dependency node to v23 --- test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Dockerfile b/test/Dockerfile index 671e798d..02a16843 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16.0-bullseye-slim +FROM node:23.1.0-bullseye-slim RUN addgroup --gid 1001 asciidoc && adduser --disabled-password --ingroup asciidoc -u 1001 asciidoc