From 19beeb910d5421568218f607c3b8f3a33aa179ae Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Sat, 21 Dec 2024 02:28:58 +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..78c4f749 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16.0-bullseye-slim +FROM node:23.5.0-bullseye-slim RUN addgroup --gid 1001 asciidoc && adduser --disabled-password --ingroup asciidoc -u 1001 asciidoc