Skip to content

chore(deps): docker dependency upgrade#148

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

chore(deps): docker dependency upgrade#148
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 1e94904..f919a01 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=574.0.0
+ARG GCLOUD_VERSION=575.0.0
 
 # Set base environment variables
 ENV DEBIAN_FRONTEND=noninteractive \
@@ -43,7 +43,7 @@ USER root
 RUN apt-get update && \
     apt-get install -y --no-install-recommends \
     tzdata=2026a-0ubuntu0.25.10.1  \
-    curl=8.14.1-2ubuntu1.3  \
+    curl=8.14.1-2ubuntu1.4  \
     bash=5.2.37-2ubuntu5  \
     apt-utils=3.1.6ubuntu2 \
     gettext=0.23.1-2build2 \
@@ -54,7 +54,7 @@ RUN apt-get update && \
     zip=3.0-15ubuntu2 \
     unzip=6.0-28ubuntu7 \
     nano=8.4-1ubuntu0.1 \
-    vim=2:9.1.0967-1ubuntu6.7 \
+    vim=2:9.1.0967-1ubuntu6.8 \
     python3.13=3.13.7-1ubuntu0.4 \
     python3.13-venv=3.13.7-1ubuntu0.4 \
     supervisor=4.2.5-3 && \

Copilot AI review requested due to automatic review settings July 6, 2026 06:31
@udx-github udx-github added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Jul 6, 2026
@udx-github udx-github requested a review from a team July 6, 2026 06:31

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 build dependencies to newer patch/minor versions to keep the base image current and aligned with the repository’s Docker/CI workflows.

Changes:

  • Bump Google Cloud SDK from 574.0.0 to 575.0.0.
  • Update Ubuntu package pins for curl and vim to their next patch revisions.

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

@fqjony fqjony assigned fqjony and unassigned fqjony Jul 6, 2026
@fqjony fqjony merged commit 9a85252 into latest Jul 6, 2026
17 checks passed
@fqjony fqjony deleted the docker-dependency-updates branch July 6, 2026 13:08
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