Skip to content

Commit 9c7e173

Browse files
chore(deps): update ubuntu:latest docker digest to 66460d5 (#697)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | oci_pull | digest | `80dd3c3` -> `66460d5` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/aspect-build/rules_py). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: aspect-marvin[bot] <[email protected]>
1 parent 9661dd7 commit 9c7e173

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bcr/patches/remove_dev_deps.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- a/MODULE.bazel 2025-10-30 12:25:53
2-
+++ b/MODULE.bazel 2025-10-30 12:25:53
1+
--- a/MODULE.bazel 2025-11-03 02:46:02.916146383 +0000
2+
+++ b/MODULE.bazel 2025-11-03 02:46:02.916146383 +0000
33
@@ -24,554 +24,3 @@
44
"@aspect_rules_py//py/private/toolchain/shim/...",
55
)
@@ -443,7 +443,7 @@
443443
-oci = use_extension("@rules_oci//oci:extensions.bzl", "oci", dev_dependency = True)
444444
-oci.pull(
445445
- name = "ubuntu",
446-
- digest = "sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab",
446+
- digest = "sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252",
447447
- image = "public.ecr.aws/docker/library/ubuntu",
448448
- platforms = [
449449
- "linux/arm64/v8",

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ bazel_dep(name = "rules_oci", version = "2.2.6", dev_dependency = True)
463463
oci = use_extension("@rules_oci//oci:extensions.bzl", "oci", dev_dependency = True)
464464
oci.pull(
465465
name = "ubuntu",
466-
digest = "sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab",
466+
digest = "sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252",
467467
image = "public.ecr.aws/docker/library/ubuntu",
468468
platforms = [
469469
"linux/arm64/v8",

bazel/include/oci.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bazel_dep(name = "rules_oci", version = "2.2.6", dev_dependency = True)
44
oci = use_extension("@rules_oci//oci:extensions.bzl", "oci", dev_dependency = True)
55
oci.pull(
66
name = "ubuntu",
7-
digest = "sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab",
7+
digest = "sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252",
88
image = "public.ecr.aws/docker/library/ubuntu",
99
platforms = [
1010
"linux/arm64/v8",

0 commit comments

Comments
 (0)