Skip to content

chore(deps): docker dependency upgrade - #76

Merged
fqjony merged 1 commit into
latestfrom
udx-docker-dependency-updates
Jul 30, 2026
Merged

chore(deps): docker dependency upgrade#76
fqjony merged 1 commit into
latestfrom
udx-docker-dependency-updates

Conversation

@udx-github

Copy link
Copy Markdown
Contributor

Summary

Updates worker-nodejs Dockerfile dependency pins.

Evidence

  • Probe report artifact: docker-dependency-report.json
  • Copilot CLI: updated non-apt dependencies
  • Copilot session artifact: copilot-docker-dependency-session.md

Diff

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

@udx-github udx-github added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Jul 30, 2026
@udx-github
udx-github requested review from a team and Copilot July 30, 2026 09:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates pinned Docker build dependencies for worker-nodejs, keeping the image aligned with upstream security/patch releases for Node.js, npm, and xz-utils.

Changes:

  • Bumped Node.js ARG from 24.18.024.18.1.
  • Bumped npm ARG from 12.0.112.0.2.
  • Updated pinned xz-utils apt package version from 5.8.1-1build25.8.1-1ubuntu0.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fqjony
fqjony merged commit 2862913 into latest Jul 30, 2026
12 checks passed
@fqjony
fqjony deleted the udx-docker-dependency-updates branch July 30, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants