Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.1
ARG NODE_VERSION=24.20.0
ARG NPM_VERSION=12.0.2
ARG APP_PORT=8080

Expand Down
Loading