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