Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading