This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push: new ccf15ba5 YETUS-1205. Upgrade bats-core to support bats_require_minimum_version (#293) ccf15ba5 is described below commit ccf15ba5e0ae047a8bec490cdb4468fd31576931 Author: Allen Wittenauer <a...@apache.org> AuthorDate: Thu Oct 13 08:58:37 2022 -0700 YETUS-1205. Upgrade bats-core to support bats_require_minimum_version (#293) Signed-off-by: Nick Dimiduk <ndimi...@apache.org> --- precommit/src/main/shell/test-patch-docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precommit/src/main/shell/test-patch-docker/Dockerfile b/precommit/src/main/shell/test-patch-docker/Dockerfile index f49f32de..8a47f604 100644 --- a/precommit/src/main/shell/test-patch-docker/Dockerfile +++ b/precommit/src/main/shell/test-patch-docker/Dockerfile @@ -169,7 +169,7 @@ RUN curl -sSL \ # Install bats (TAP-capable unit testing for shell scripts) #### FROM yetusbase AS yetusbats -ARG BATS_VERSION=1.6.0 +ARG BATS_VERSION=1.8.0 SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN git clone --branch v$BATS_VERSION \ https://github.com/bats-core/bats-core.git \