From f5337962ac6931ae4c3f958bdfbf0c0225fe334e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 00:57:41 +0000 Subject: [PATCH] chore(deps): update dependency bats-core/bats-core to v1.11.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c362b07..b68ea9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -155,7 +155,7 @@ RUN curl -fsSL https://goss.rocks/install | sh \ # Install Bats. # @see https://github.com/bats-core/bats-core/releases # renovate: datasource=github-releases depName=bats-core/bats-core extractVersion=^v(?.*)$ -ENV BATS_VERSION=1.11.0 +ENV BATS_VERSION=1.11.1 # hadolint ignore=DL3003 RUN curl -L -o "/tmp/bats.tar.gz" "https://github.com/bats-core/bats-core/archive/v${BATS_VERSION}.tar.gz" \ && mkdir -p /tmp/bats && tar -xz -C /tmp/bats -f /tmp/bats.tar.gz --strip 1 \