diff --git a/thunorweb/webpack/Dockerfile b/thunorweb/webpack/Dockerfile index ab8179d..8e1ea35 100644 --- a/thunorweb/webpack/Dockerfile +++ b/thunorweb/webpack/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine +FROM node:22-alpine ENV BUILD_DIR=/node-build RUN mkdir $BUILD_DIR