Skip to content

chore(deps): docker dependency upgrade#144

Closed
fqjony wants to merge 1 commit into
latestfrom
docker-dependency-updates
Closed

chore(deps): docker dependency upgrade#144
fqjony wants to merge 1 commit into
latestfrom
docker-dependency-updates

Conversation

@fqjony

@fqjony fqjony commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

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 f0792d5..1e94904 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ LABEL maintainer="UDX CAG Team"
 ARG AZURE_CLI_VERSION=2.87.0
 ARG PIP_VERSION=26.1.2
 ARG YQ_VERSION=4.53.3
-ARG GCLOUD_VERSION=573.0.0
+ARG GCLOUD_VERSION=574.0.0
 
 # Set base environment variables
 ENV DEBIAN_FRONTEND=noninteractive \

Copilot AI review requested due to automatic review settings June 24, 2026 15:12
@fqjony fqjony added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Jun 24, 2026
@fqjony fqjony requested a review from a team June 24, 2026 15:12

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

This PR updates the pinned Google Cloud SDK (gcloud) version used by the worker container image, aligning the Docker build with the latest dependency probe results.

Changes:

  • Bump GCLOUD_VERSION in the Dockerfile from 573.0.0 to 574.0.0.

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

@fqjony

fqjony commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

Closing to regenerate this dependency update after switching the updater workflow to DEPENDABOT_REVIEWER_TOKEN service-account attribution.

@fqjony fqjony closed this Jun 24, 2026
@fqjony fqjony deleted the docker-dependency-updates branch June 24, 2026 15:29
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.

2 participants