Skip to content

Commit

Permalink
Merge pull request #24 from krpc/djungelorm/buildenv-bazel-update
Browse files Browse the repository at this point in the history
Update buildenv to bazel 7.2.1
  • Loading branch information
djungelorm authored Jul 17, 2024
2 parents 71b94ff + 7d32d86 commit a68b691
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tools/buildenv/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v3.4.0
* Update to Bazel 7.2.1

v3.3.0
* Update to Bazel 6.5.0

Expand Down
2 changes: 1 addition & 1 deletion tools/buildenv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VERSION=`cat VERSION.txt`

build:
docker build \
--build-arg bazel_version=6.5.0 \
--build-arg bazel_version=7.2.1 \
-t ghcr.io/krpc/buildenv:$(VERSION) .

test:
Expand Down
2 changes: 1 addition & 1 deletion tools/buildenv/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.4.0

0 comments on commit a68b691

Please sign in to comment.