Skip to content

chore(deps): docker dependency upgrade#149

Merged
fqjony merged 1 commit into
latestfrom
docker-dependency-updates
Jul 10, 2026
Merged

chore(deps): docker dependency upgrade#149
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 f919a01..5ace797 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.87.0
+ARG AZURE_CLI_VERSION=2.88.0
 ARG PIP_VERSION=26.1.2
 ARG YQ_VERSION=4.53.3
-ARG GCLOUD_VERSION=575.0.0
+ARG GCLOUD_VERSION=575.0.1
 
 # Set base environment variables
 ENV DEBIAN_FRONTEND=noninteractive \
@@ -42,8 +42,8 @@ USER root
 # hadolint ignore=DL3015
 RUN apt-get update && \
     apt-get install -y --no-install-recommends \
-    tzdata=2026a-0ubuntu0.25.10.1  \
-    curl=8.14.1-2ubuntu1.4  \
+    tzdata=2026b-0ubuntu0.25.10.1  \
+    curl=8.14.1-2ubuntu1.5  \
     bash=5.2.37-2ubuntu5  \
     apt-utils=3.1.6ubuntu2 \
     gettext=0.23.1-2build2 \

Copilot AI review requested due to automatic review settings July 10, 2026 18:58
@udx-github udx-github added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Jul 10, 2026
@udx-github udx-github requested a review from a team July 10, 2026 18:58
@fqjony fqjony self-assigned this Jul 10, 2026

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 Docker/Ubuntu dependencies in the project’s base image to keep CLI tooling and OS packages current and secure.

Changes:

  • Bumped Azure CLI pin from 2.87.0 to 2.88.0.
  • Bumped Google Cloud SDK pin from 575.0.0 to 575.0.1.
  • Updated apt package pins for tzdata and curl to newer Ubuntu 25.10 package revisions.

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

@fqjony fqjony merged commit 725d988 into latest Jul 10, 2026
9 checks passed
@fqjony fqjony deleted the docker-dependency-updates branch July 10, 2026 19:01
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