Skip to content

Commit

Permalink
chore(deps): update dependency bats-core/bats-core to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 56b0893 commit b37a2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-conftest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0
ARG BATS_VERSION=v1.11.0

USER root

Expand Down
2 changes: 1 addition & 1 deletion utilities/ubi8-bats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161@sha256:f30dbf77b075215
SHELL ["/bin/bash", "-c"]

# renovate: datasource=github-releases depName=bats-core/bats-core
ARG BATS_VERSION=v1.10.0
ARG BATS_VERSION=v1.11.0

LABEL io.k8s.description="OCP Bats"
LABEL io.k8s.display-name="OCP Bats"
Expand Down

0 comments on commit b37a2f2

Please sign in to comment.