bazel: update bazel container version on //:tidy

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-07-25 15:00:01 +02:00
parent 1d5a8283e0
commit 0ab76a2f95
4 changed files with 55 additions and 2 deletions

View file

@ -3,7 +3,7 @@ FROM fedora:38
ARG TARGETOS
ARG TARGETARCH
ARG BAZEL_VERSION=6.1.2
ARG BAZEL_VERSION=6.2.1
ARG BAZELISK_VERSION=v1.16.0
ARG BAZELISK_SHA256=168851e70cf5f95c0e215e7f3aaca5132ffc3c8dd8f585a4157b0be2b53cfe32

View file

@ -15,7 +15,7 @@ function setup {
}
function startBazelServer {
local containerImage="ghcr.io/edgelesssys/bazel-container:v6.1.2-0"
local containerImage="ghcr.io/edgelesssys/bazel-container:v6.2.1-0"
local containerName="bazeld"
setup