diff --git a/Dockerfile b/Dockerfile index b2f038c..defe6ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL Github="hibare" # Build frontend assets -FROM node as frontend +FROM node:20 as frontend ENV NODE_OPTIONS=--openssl-legacy-provider