Skip to content

Commit

Permalink
Upgrade to debian12 base container images
Browse files Browse the repository at this point in the history
These should be more likely to be able to run binaries built on the host.
  • Loading branch information
mostynb committed Dec 30, 2023
1 parent 25f0f27 commit 48e3794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull")
oci_pull(
name = "cgo_amd64_base",
registry = "gcr.io",
repository = "distroless/base-nossl-debian11",
repository = "distroless/base-nossl-debian12",
# See https://github.com/buchgr/bazel-remote/issues/605 and https://github.com/GoogleContainerTools/distroless/issues/1098
# TODO: specify this by digest instead? Where can I find that?
tag = "nonroot-amd64",
Expand All @@ -184,6 +184,6 @@ oci_pull(
oci_pull(
name = "cgo_arm64_base",
registry = "gcr.io",
repository = "distroless/base-nossl-debian11",
repository = "distroless/base-nossl-debian12",
tag = "nonroot-arm64",
)

0 comments on commit 48e3794

Please sign in to comment.