diff --git a/jenkins-agents/jenkins-agent-conftest/Dockerfile b/jenkins-agents/jenkins-agent-conftest/Dockerfile index a73144159..c6cb821f9 100644 --- a/jenkins-agents/jenkins-agent-conftest/Dockerfile +++ b/jenkins-agents/jenkins-agent-conftest/Dockerfile @@ -21,7 +21,7 @@ LABEL name="redhat-cop/jenkins-agent-conftest" \ SHELL ["/bin/bash", "-c"] # renovate: datasource=github-releases depName=bats-core/bats-core -ARG BATS_VERSION=v1.11.0 +ARG BATS_VERSION=v1.11.1 USER root diff --git a/utilities/ubi8-bats/Dockerfile b/utilities/ubi8-bats/Dockerfile index cd0ae7564..11624720a 100644 --- a/utilities/ubi8-bats/Dockerfile +++ b/utilities/ubi8-bats/Dockerfile @@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018@sha256:de2a0a20c1c3b3 SHELL ["/bin/bash", "-c"] # renovate: datasource=github-releases depName=bats-core/bats-core -ARG BATS_VERSION=v1.11.0 +ARG BATS_VERSION=v1.11.1 LABEL io.k8s.description="OCP Bats" LABEL io.k8s.display-name="OCP Bats"