Skip to content

Commit 33034fa

Browse files
renovate[bot]sayboras
authored andcommitted
chore(deps): update dependency bazelbuild/bazelisk to v1.28.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44aae7a commit 33034fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN apt-get update && \
3939
# Install Bazelisk
4040
#
4141
# renovate: datasource=github-releases depName=bazelbuild/bazelisk
42-
ENV BAZELISK_VERSION=v1.27.0
42+
ENV BAZELISK_VERSION=v1.28.0
4343

4444
RUN ARCH=$TARGETARCH \
4545
&& curl -sfL https://github.com/bazelbuild/bazelisk/releases/download/${BAZELISK_VERSION}/bazelisk-linux-${ARCH} -o /usr/bin/bazel \

tools/install_bazelisk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
fi
88

99
# renovate: datasource=github-releases depName=bazelbuild/bazelisk
10-
BAZELISK_VERSION=v1.27.0
10+
BAZELISK_VERSION=v1.28.0
1111

1212
installed_bazelisk_version=""
1313

0 commit comments

Comments
 (0)