Skip to content

chore(deps): upgrade worker base image#73

Merged
fqjony merged 2 commits into
latestfrom
fix/setup-node-v6-updater-20260710
Jul 10, 2026
Merged

chore(deps): upgrade worker base image#73
fqjony merged 2 commits into
latestfrom
fix/setup-node-v6-updater-20260710

Conversation

@fqjony

@fqjony fqjony commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Upgrade the worker-nodejs parent image from usabilitydynamics/udx-worker:0.46.0 to usabilitydynamics/udx-worker:0.47.0.
  • Repair the dependency updater workflow by changing the Copilot setup step from actions/setup-node@v7 to actions/setup-node@v6.

Scope

  • Changed: Dockerfile base image pin and the updater workflow action pin.
  • Not changed: Node.js remains 24.18.0; xz-utils remains 5.8.1-1build2.

Validation

Follow-up

  • After this PR merges and releases worker-nodejs, upgrade worker-engine to the new worker-nodejs tag.

Copilot AI review requested due to automatic review settings July 10, 2026 19:18

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 the Docker dependency updater workflow to use an existing actions/setup-node major version so the Copilot CLI setup step can resolve and run successfully.

Changes:

  • Replace actions/setup-node@v7 with actions/setup-node@v6 in the dependency updater workflow.

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

@fqjony fqjony requested review from a team, Copilot and udx-github July 10, 2026 19:20
@fqjony fqjony self-assigned this Jul 10, 2026
@fqjony fqjony changed the title fix(ci): use available setup-node action version chore(deps): upgrade worker base image Jul 10, 2026
@fqjony fqjony merged commit d3362f3 into latest Jul 10, 2026
12 checks passed
@fqjony fqjony deleted the fix/setup-node-v6-updater-20260710 branch July 10, 2026 19:20

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread Dockerfile
Comment on lines 1 to +2
# Use a pinned udx-worker release
FROM usabilitydynamics/udx-worker:0.46.0
FROM usabilitydynamics/udx-worker:0.47.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants