Skip to content

chore(deps): docker dependency upgrade - #80

Merged
fqjony merged 1 commit into
latestfrom
udx-docker-dependency-updates
Sep 9, 2026
Merged

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

Conversation

@udx-github

@udx-github udx-github commented Sep 9, 2026

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 c6aa80c..dcd13dc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ FROM usabilitydynamics/udx-worker:0.49.0
 LABEL version="0.32.0"
 
 # Set build arguments for Node.js, npm, and application port
-ARG NODE_VERSION=24.20.0
+ARG NODE_VERSION=24.21.0
 ARG NPM_VERSION=12.0.2
 ARG APP_PORT=8080
 

Devin Review

Copilot AI balanced review requested due to automatic review settings September 9, 2026 05:07
@udx-github udx-github added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Sep 9, 2026
@udx-github
udx-github requested a review from a team September 9, 2026 05:07

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

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.

🟢 Approval recommended

The change is a minimal, scoped dependency pin update and the Dockerfile already includes checksum verification that will fail fast if the version is invalid.

Pull request overview

Updates the pinned Node.js version used by the worker-nodejs Docker image build, keeping dependency versions current while preserving the existing install/verification flow (checksum validation via SHASUMS256.txt).

Changes:

  • Bump NODE_VERSION build arg from 24.20.0 to 24.21.0 in the Dockerfile.
File summaries
File Description
Dockerfile Updates the pinned Node.js version used for the container build.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@fqjony
fqjony merged commit 6e81ff1 into latest Sep 9, 2026
21 checks passed
@fqjony
fqjony deleted the udx-docker-dependency-updates branch September 9, 2026 09:30
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