Skip to content

chore(deps): update Docker dependency pins - #128

Closed
github-actions[bot] wants to merge 2 commits into
cleanup-worker-runtime-docsfrom
automation/docker-dependency-updates
Closed

chore(deps): update Docker dependency pins#128
github-actions[bot] wants to merge 2 commits into
cleanup-worker-runtime-docsfrom
automation/docker-dependency-updates

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates Dockerfile dependency pins using an unpinned probe build and Copilot CLI.

Evidence

  • Probe report artifact: docker-dependency-report.json
  • Copilot session artifact: copilot-docker-dependency-session.md
  • Validation: docker build --progress=plain -t dependency-update-validation .

Diff

diff --git a/Dockerfile b/Dockerfile
index 6f47365..aed3e0b 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.85.0
-ARG PIP_VERSION=26.0.1
+ARG AZURE_CLI_VERSION=2.87.0
+ARG PIP_VERSION=26.1.2
 ARG YQ_VERSION=4.53.2
-ARG GCLOUD_VERSION=565.0.0
+ARG GCLOUD_VERSION=570.0.0
 
 # Set base environment variables
 ENV DEBIAN_FRONTEND=noninteractive \
@@ -43,18 +43,18 @@ USER root
 RUN apt-get update && \
     apt-get install -y --no-install-recommends \
     tzdata=2026a-0ubuntu0.25.10.1  \
-    curl=8.14.1-2ubuntu1.2  \
+    curl=8.14.1-2ubuntu1.3  \
     bash=5.2.37-2ubuntu5  \
     apt-utils=3.1.6ubuntu2 \
     gettext=0.23.1-2build2 \
     gnupg2=2.4.8-2ubuntu2.1 \
     ca-certificates=20250419 \
     lsb-release=12.1-1 \
-    jq=1.8.1-3ubuntu1 \
+    jq=1.8.1-3ubuntu1.1 \
     zip=3.0-15ubuntu2 \
     unzip=6.0-28ubuntu7 \
     nano=8.4-1 \
-    vim=2:9.1.0967-1ubuntu6.2 \
+    vim=2:9.1.0967-1ubuntu6.5 \
     python3.13=3.13.7-1ubuntu0.4 \
     python3.13-venv=3.13.7-1ubuntu0.4 \
     supervisor=4.2.5-3 && \

@fqjony
fqjony requested review from a team and Copilot June 2, 2026 10:33

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 and package versions in the root Docker image to keep the worker container up to date with upstream releases.

Changes:

  • Bump Azure CLI version pin from 2.85.0 to 2.87.0.
  • Bump pip version pin from 26.0.1 to 26.1.2.
  • Bump Google Cloud SDK pin from 565.0.0 to 570.0.0, plus refresh a few Ubuntu package pins (curl, jq, vim).

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

@fqjony

fqjony commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Closing this stale test updater PR so the next Docker dependency updater workflow run can create a fresh result from the revised workflow.

@fqjony fqjony closed this Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants