File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ use_repo(lock_repos, "pdm_deps")
6969oci = use_extension ("@rules_oci//oci:extensions.bzl" , "oci" , dev_dependency = True )
7070oci .pull (
7171 name = "python3-slim" ,
72- digest = "sha256:69ce3aed05675d284bee807e7c45e560e98db21fb1e4c670252b4ee0f2496b6d " , # "3.12-slim" as of 2025-01-25
72+ digest = "sha256:9a4c72e547e3e21c5325a53289a52a21cd6f737358b2f83035c860647547051b " , # "3.12-slim" as of 2025-01-25
7373 image = "docker.io/library/python" ,
7474 platforms = ["linux/amd64" ],
7575)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull")
2828# Keep in sync with MODULE.bazel
2929oci_pull (
3030 name = "python3-slim" ,
31- digest = "sha256:69ce3aed05675d284bee807e7c45e560e98db21fb1e4c670252b4ee0f2496b6d " , # "3.12-slim" as of 2025-01-25
31+ digest = "sha256:9a4c72e547e3e21c5325a53289a52a21cd6f737358b2f83035c860647547051b " , # "3.12-slim" as of 2025-01-25
3232 image = "docker.io/library/python" ,
3333 platforms = ["linux/amd64" ],
3434)
You can’t perform that action at this time.
0 commit comments