Skip to content

Commit

Permalink
Update app image to pick up fixes for vulnerabilities (#8101)
Browse files Browse the repository at this point in the history
Just bumping to the latest `gcr.io/distroless/cc-debian12` image.
  • Loading branch information
tempoz authored Jan 6, 2025
1 parent 7422f25 commit c68c4d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ load("@io_bazel_rules_docker//container:container.bzl", "container_pull")

container_pull(
name = "buildbuddy_go_image_base",
digest = "sha256:388145607c79313a1e49b783a7ee71e4ef3df31d87c45adb46bfb9b257b643d1",
digest = "sha256:de4789799c7c27e3f172f81313adc30f100d632e53fac755a3965f799b685860",
registry = "gcr.io",
repository = "distroless/cc-debian12",
)
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ load("@io_bazel_rules_docker//container:container.bzl", "container_pull")

container_pull(
name = "buildbuddy_go_image_base",
digest = "sha256:3172df37ef8caa768ce74ebbc7f0e2b6a2641d3b35d18659d36f3815e30fe620",
digest = "sha256:de4789799c7c27e3f172f81313adc30f100d632e53fac755a3965f799b685860",
registry = "gcr.io",
repository = "distroless/cc-debian11",
repository = "distroless/cc-debian12",
)

# Base image that can be used to build images that are capable of running the Bazel binary.
Expand Down

0 comments on commit c68c4d8

Please sign in to comment.