From 3c9a5418a52a4f9f96a618b23ba350e647f1d67e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:16:29 +0000 Subject: [PATCH] chore(deps): update dependency bats-core/bats-core to v1.11.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ec8803c..c162012 100644 --- a/Dockerfile +++ b/Dockerfile @@ -148,7 +148,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.10.0 +ENV BATS_VERSION=1.11.0 # 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 \