diff --git a/Dockerfile b/Dockerfile index c6aa80c..dcd13dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM usabilitydynamics/udx-worker:0.49.0 LABEL version="0.32.0" # Set build arguments for Node.js, npm, and application port -ARG NODE_VERSION=24.20.0 +ARG NODE_VERSION=24.21.0 ARG NPM_VERSION=12.0.2 ARG APP_PORT=8080