Skip to content
Merged
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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Use the latest udx-worker as the base image
FROM usabilitydynamics/udx-worker:0.40.0
# Use a pinned udx-worker release
FROM usabilitydynamics/udx-worker:0.41.0

# Add metadata labels
LABEL version="0.31.0"
LABEL version="0.32.0"

# Set build arguments for Node.js version and application port
ARG NODE_VERSION=24.13.1
Expand Down
Loading