diff --git a/Dockerfile b/Dockerfile index 3551dbce..357ca108 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # As a workaround we have to build on nodejs 18 -# nodejs 20 hangs on build with armv6/armv7 +# nodejs 22 hangs on build with armv6/armv7 FROM docker.io/library/node:18-alpine AS build_node_modules # Update npm to latest version