Skip to content

Commit 5dedeb0

Browse files
authored
Merge pull request #28 from udx/UAT-91
Upgrade to udx-worker:0.18.0
2 parents 921ec03 + 4477b4f commit 5dedeb0

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)