diff --git a/Dockerfile b/Dockerfile index ddeb513..1e55b79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Use the latest udx-worker as the base image -FROM usabilitydynamics/udx-worker:0.33.0 +FROM usabilitydynamics/udx-worker:0.34.0 # Add metadata labels -LABEL version="0.21.0" +LABEL version="0.22.0" # Set build arguments for Node.js version and application port ARG NODE_VERSION=22.17.1