File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ use_repo(lock_repos, "pdm_deps")
7878oci = use_extension ("@rules_oci//oci:extensions.bzl" , "oci" , dev_dependency = True )
7979oci .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" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull")
3636# Keep in sync with MODULE.bazel
3737oci_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" ,
You can’t perform that action at this time.
0 commit comments