diff --git a/test/Dockerfile b/test/Dockerfile index 671e798d..0aa80bdf 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16.0-bullseye-slim +FROM node:22.3.0-bullseye-slim RUN addgroup --gid 1001 asciidoc && adduser --disabled-password --ingroup asciidoc -u 1001 asciidoc