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