From 9aba984595789998139f758580cbc111aded5bbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:23:00 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20Update=20op?= =?UTF-8?q?ensuse/leap=20Docker=20tag=20to=20v15.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cicd/bazel/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/bazel/Containerfile b/cicd/bazel/Containerfile index 863ad2e..62fdf90 100644 --- a/cicd/bazel/Containerfile +++ b/cicd/bazel/Containerfile @@ -1,4 +1,4 @@ -FROM opensuse/leap:15.5 +FROM opensuse/leap:15.6 RUN zypper up -y RUN zypper in -y bazel wget RUN wget -O /usr/local/bin/bazelisk https://github.com/bazelbuild/bazelisk/releases/download/v1.17.0/bazelisk-linux-amd64; chmod a+x /usr/local/bin/bazelisk