Skip to content

Commit 4477b4f

Browse files
authored
Upgrade to udx-worker:0.18.0
1 parent 921ec03 commit 4477b4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Use the latest udx-worker as the base image
2-
FROM usabilitydynamics/udx-worker:0.16.0
2+
FROM usabilitydynamics/udx-worker:0.18.0
33

44
# Add metadata labels
5-
LABEL version="0.11.0"
5+
LABEL version="0.12.0"
66

77
# Set build arguments for Node.js version and application port
88
ARG NODE_VERSION=22.14.0
@@ -65,4 +65,4 @@ WORKDIR "${APP_HOME}"
6565
ENTRYPOINT ["/usr/local/worker/bin/entrypoint.sh"]
6666

6767
# Use the default command from parent image
68-
CMD ["tail", "-f", "/dev/null"]
68+
CMD ["tail", "-f", "/dev/null"]

0 commit comments

Comments
 (0)