Skip to content

chore(deps): docker dependency upgrade - #155

Merged
fqjony merged 1 commit into
latestfrom
docker-dependency-updates
Aug 17, 2026
Merged

chore(deps): docker dependency upgrade#155
fqjony 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 3c5aa9f..00fbbb1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,10 +4,10 @@ FROM ubuntu:25.10
 # Set the maintainer of the image
 LABEL maintainer="UDX CAG Team"
 
-ARG AZURE_CLI_VERSION=2.89.0
+ARG AZURE_CLI_VERSION=2.89.1
 ARG PIP_VERSION=26.2.1
 ARG YQ_VERSION=4.53.3
-ARG GCLOUD_VERSION=579.0.0
+ARG GCLOUD_VERSION=580.0.0
 
 # Set base environment variables
 ENV DEBIAN_FRONTEND=noninteractive \

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

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 pinned tool versions in the base Dockerfile to keep the container image’s bundled CLIs current (Azure CLI and Google Cloud SDK).

Changes:

  • Bump AZURE_CLI_VERSION from 2.89.0 to 2.89.1.
  • Bump GCLOUD_VERSION from 579.0.0 to 580.0.0.

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

@fqjony
fqjony merged commit 2d9632d into latest Aug 17, 2026
17 checks passed
@fqjony
fqjony deleted the docker-dependency-updates branch August 17, 2026 09:07
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.

4 participants