We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 921ec03 + 4477b4f commit 5dedeb0Copy full SHA for 5dedeb0
Dockerfile
@@ -1,8 +1,8 @@
1
# Use the latest udx-worker as the base image
2
-FROM usabilitydynamics/udx-worker:0.16.0
+FROM usabilitydynamics/udx-worker:0.18.0
3
4
# Add metadata labels
5
-LABEL version="0.11.0"
+LABEL version="0.12.0"
6
7
# Set build arguments for Node.js version and application port
8
ARG NODE_VERSION=22.14.0
@@ -65,4 +65,4 @@ WORKDIR "${APP_HOME}"
65
ENTRYPOINT ["/usr/local/worker/bin/entrypoint.sh"]
66
67
# Use the default command from parent image
68
-CMD ["tail", "-f", "/dev/null"]
+CMD ["tail", "-f", "/dev/null"]
0 commit comments