Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions infrastructure/googleapis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/googleapis/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down