Skip to content

chore(deps): docker dependency upgrade - #153

Merged
udx-github merged 1 commit into
latestfrom
docker-dependency-updates
Aug 3, 2026
Merged

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

Conversation

@udx-github

Copy link
Copy Markdown
Collaborator

Summary

Updates Dockerfile dependency pins using a no-pin apt probe and Copilot CLI.

Evidence

  • Probe report artifact: docker-dependency-report.json
  • Copilot session artifact: copilot-docker-dependency-session.md
  • Build validation: handled by the repository Docker/CI workflows

Diff

diff --git a/Dockerfile b/Dockerfile
index d8335fa..628c0da 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,9 +5,9 @@ FROM ubuntu:25.10
 LABEL maintainer="UDX CAG Team"
 
 ARG AZURE_CLI_VERSION=2.88.0
-ARG PIP_VERSION=26.1.2
+ARG PIP_VERSION=26.2
 ARG YQ_VERSION=4.53.3
-ARG GCLOUD_VERSION=577.0.0
+ARG GCLOUD_VERSION=578.0.0
 
 # Set base environment variables
 ENV DEBIAN_FRONTEND=noninteractive \

Copilot AI review requested due to automatic review settings August 3, 2026 06:04
@udx-github udx-github added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Aug 3, 2026
@udx-github
udx-github requested a review from a team August 3, 2026 06:04

Copilot AI 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.

Pull request overview

Updates version pins in the base Dockerfile to pick up newer releases of pip (used in the Azure CLI venv) and the Google Cloud SDK, aligning with the PR goal of refreshing Docker dependency pins.

Changes:

  • Bump PIP_VERSION from 26.1.2 to 26.2.
  • Bump GCLOUD_VERSION from 577.0.0 to 578.0.0.

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

@udx-github
udx-github enabled auto-merge August 3, 2026 14:54
@udx-github
udx-github merged commit 28dfc84 into latest Aug 3, 2026
17 checks passed
@udx-github
udx-github deleted the docker-dependency-updates branch August 3, 2026 14:55
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