Skip to content

Commit 20fd6ae

Browse files
chore(deps): update python3-slim docker digest to 0b45a72
1 parent 0feb7ba commit 20fd6ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ use_repo(lock_repos, "pdm_deps")
7878
oci = use_extension("@rules_oci//oci:extensions.bzl", "oci", dev_dependency = True)
7979
oci.pull(
8080
name = "python3-slim",
81-
digest = "sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca", # "3.14-slim" as of 2026-04-03
81+
digest = "sha256:0b45a7265e3d6f3cbe81b09907772245c4c319b8bc8fb9f5a4088cd2b7ba66c6", # "3.14-slim" as of 2026-04-03
8282
image = "docker.io/library/python",
8383
platforms = [
8484
"linux/amd64",

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull")
3636
# Keep in sync with MODULE.bazel
3737
oci_pull(
3838
name = "python3-slim",
39-
digest = "sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca", # "3.14-slim" as of 2026-04-03
39+
digest = "sha256:0b45a7265e3d6f3cbe81b09907772245c4c319b8bc8fb9f5a4088cd2b7ba66c6", # "3.14-slim" as of 2026-04-03
4040
image = "docker.io/library/python",
4141
platforms = [
4242
"linux/amd64",

0 commit comments

Comments
 (0)