We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13e05fc + b4dd78a commit 31ce48dCopy full SHA for 31ce48d
1 file changed
Dockerfile
@@ -1,11 +1,11 @@
1
# Use the latest udx-worker as the base image
2
-FROM usabilitydynamics/udx-worker:0.34.0
+FROM usabilitydynamics/udx-worker:0.35.0
3
4
# Add metadata labels
5
-LABEL version="0.22.0"
+LABEL version="0.23.0"
6
7
# Set build arguments for Node.js version and application port
8
-ARG NODE_VERSION=22.17.1
+ARG NODE_VERSION=22.21.1
9
ARG APP_PORT=8080
10
11
# Set application-specific environment variables
@@ -24,7 +24,7 @@ WORKDIR /tmp
24
# Install required packages for Node.js extraction
25
RUN set -ex && \
26
apt-get update && \
27
- apt-get install -y --no-install-recommends xz-utils=5.6.4-1ubuntu1 && \
+ apt-get install -y --no-install-recommends xz-utils=5.8.1-1build2 && \
28
rm -rf /var/lib/apt/lists/*
29
30
# Install Node.js
0 commit comments