diff --git a/infrastructure/googleapis.yaml b/infrastructure/googleapis.yaml index 8ceedd52..ddfa1fb0 100644 --- a/infrastructure/googleapis.yaml +++ b/infrastructure/googleapis.yaml @@ -29,11 +29,11 @@ commandTests: expectedOutput: ["git version 2.*"] - name: "bazel" command: ["bazel", "--version"] - expectedOutput: ["bazel 6.3.0"] + expectedOutput: ["bazel 7.7.1"] - name: "bazelisk" command: ["bazelisk", "--version"] # bazelisk forwards commands to bazel, so this reports the bazel version - expectedOutput: ["bazel 6.3.0"] + expectedOutput: ["bazel 7.7.1"] - name: "zip" command: ["zip", "--version"] expectedOutput: ["This is Zip"] diff --git a/infrastructure/googleapis/Dockerfile b/infrastructure/googleapis/Dockerfile index 3fc588ca..0628b498 100644 --- a/infrastructure/googleapis/Dockerfile +++ b/infrastructure/googleapis/Dockerfile @@ -1,7 +1,7 @@ FROM marketplace.gcr.io/google/debian12:latest ARG BAZELISK_VERSION=1.26.0 -ARG BAZEL_VERSION=6.3.0 +ARG BAZEL_VERSION=7.7.1 RUN apt-get update && \ apt-get upgrade -y && \