From 997491be7f995a195e4dc0ac655cfc0e0a0bf61c Mon Sep 17 00:00:00 2001 From: udx-github <73100442+udx-github@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:13:57 +0000 Subject: [PATCH] chore(deps): update Docker dependency pins --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1204fe6..0b95004 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ FROM usabilitydynamics/udx-worker:0.47.0 LABEL version="0.32.0" # Set build arguments for Node.js, npm, and application port -ARG NODE_VERSION=24.18.0 -ARG NPM_VERSION=12.0.1 +ARG NODE_VERSION=24.18.1 +ARG NPM_VERSION=12.0.2 ARG APP_PORT=8080 # Add Node.js to PATH @@ -28,7 +28,7 @@ WORKDIR /tmp # Install required packages for Node.js extraction RUN set -ex && \ apt-get update && \ - apt-get install -y --no-install-recommends xz-utils=5.8.1-1build2 && \ + apt-get install -y --no-install-recommends xz-utils=5.8.1-1ubuntu0.1 && \ rm -rf /var/lib/apt/lists/* # Install Node.js