deps: update dependency bazel to v6.1.2 (#1749)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-05 16:42:33 +02:00 committed by GitHub
parent 0db7f68093
commit f7240b570b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
6.1.0
6.1.2

View File

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

View File

@ -1,7 +1,7 @@
export DOCKER_BUILDKIT=1
CONTAINER_NAME := ghcr.io/edgelesssys/bazel-container
CONTAINER_VERSION := v6.1.0-0
CONTAINER_VERSION := v6.1.2-0
.PHONY: container container-push

View File

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