diff --git a/images/docs/Dockerfile b/images/docs/Dockerfile index a9bce9f..31e20fe 100644 --- a/images/docs/Dockerfile +++ b/images/docs/Dockerfile @@ -2,7 +2,7 @@ # image for creating the documentation ###################################### -FROM node:21.5.0-alpine as DOCS +FROM node:21.7.2-alpine as DOCS ARG USER=docs ARG GROUP=docs