From 782c7e76829c07e4bbb5641d96bfca3422670adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:44:30 +0000 Subject: [PATCH] Bump azurelinux/base/core from 3.0.20260519 to 3.0.20260602 in /docker Bumps azurelinux/base/core from 3.0.20260519 to 3.0.20260602. --- updated-dependencies: - dependency-name: azurelinux/base/core dependency-version: 3.0.20260602 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 29a64396..25ac417a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ ARG CCF_VERSION="7.0.2" # Pin a specific Azure Linux base image tag for reproducibility. # Dependabot will monitor and update this FROM line. -FROM mcr.microsoft.com/azurelinux/base/core:3.0.20260519 AS base +FROM mcr.microsoft.com/azurelinux/base/core:3.0.20260602 AS base # Initial stage to download and extract the tdnf snapshot time FROM base AS snapshot-extractor