From 74a168f8fcd52e73a523d7289c0834ef92e6d49d Mon Sep 17 00:00:00 2001 From: udx-github <73100442+udx-github@users.noreply.github.com> Date: Wed, 9 Sep 2026 05:07:31 +0000 Subject: [PATCH] chore(deps): update Docker dependency pins --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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