Skip to content

Commit 31ce48d

Browse files
authored
Merge pull request #56 from udx/dependency-upgrade
2 parents 13e05fc + b4dd78a commit 31ce48d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

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

44
# Add metadata labels
5-
LABEL version="0.22.0"
5+
LABEL version="0.23.0"
66

77
# Set build arguments for Node.js version and application port
8-
ARG NODE_VERSION=22.17.1
8+
ARG NODE_VERSION=22.21.1
99
ARG APP_PORT=8080
1010

1111
# Set application-specific environment variables
@@ -24,7 +24,7 @@ WORKDIR /tmp
2424
# Install required packages for Node.js extraction
2525
RUN set -ex && \
2626
apt-get update && \
27-
apt-get install -y --no-install-recommends xz-utils=5.6.4-1ubuntu1 && \
27+
apt-get install -y --no-install-recommends xz-utils=5.8.1-1build2 && \
2828
rm -rf /var/lib/apt/lists/*
2929

3030
# Install Node.js

0 commit comments

Comments
 (0)