Skip to content

Commit 040c8ae

Browse files
Update python3-slim Docker digest to 9a4c72e
1 parent a851473 commit 040c8ae

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
@@ -69,7 +69,7 @@ use_repo(lock_repos, "pdm_deps")
6969
oci = use_extension("@rules_oci//oci:extensions.bzl", "oci", dev_dependency = True)
7070
oci.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
)

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull")
2828
# Keep in sync with MODULE.bazel
2929
oci_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
)

0 commit comments

Comments
 (0)