Skip to content
Open
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 ubuntu-gha-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# limit in CI: the rest of the pipeline builds/pulls via GHCR, so CI does zero Docker Hub pulls.
# Renovate keeps the default pinned; the workflow_call path overrides OS_VERSION for on-demand
# requests targeting a different Ubuntu (e.g. 22.04). Default = current consumer pin.
ARG OS_VERSION=24.04
ARG OS_VERSION=24.10
FROM public.ecr.aws/ubuntu/ubuntu:${OS_VERSION}

# Mimics GitHub's ubuntu-latest VM environment (accounts, env, OS-level tooling) per issue #5.
Expand Down
Loading