Update releases to use bazel 5.1.0.

Finishes #8765
diff --git a/.github/workflows/build_package.yml b/.github/workflows/build_package.yml
index 415d92b..f8daeba 100644
--- a/.github/workflows/build_package.yml
+++ b/.github/workflows/build_package.yml
@@ -76,7 +76,7 @@
       # Needs the bazel manylinux image.
       # TODO: Move this to our repo and pin.
       # TODO: update to Bazel 5.1.0
-      CIBW_MANYLINUX_X86_64_IMAGE: stellaraccident/manylinux2014_x86_64-bazel-5.0.0:latest
+      CIBW_MANYLINUX_X86_64_IMAGE: stellaraccident/manylinux2014_x86_64-bazel-5.1.0:latest
       # CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
 
       CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-*"