We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a903aa6 commit 597f523Copy full SHA for 597f523
Dockerfile
@@ -121,7 +121,7 @@ RUN version=0.8.0 && \
121
# @see https://github.com/bats-core/bats-core/releases
122
# renovate: datasource=github-releases depName=bats-core/bats-core extractVersion=^(?<version>.*)$
123
# hadolint ignore=DL3003
124
-RUN version=1.12.0 && \
+RUN version=1.13.0 && \
125
curl -L -o "/tmp/bats.tar.gz" "https://github.com/bats-core/bats-core/archive/v${version}.tar.gz" && \
126
mkdir -p /tmp/bats && tar -xz -C /tmp/bats -f /tmp/bats.tar.gz --strip 1 && \
127
cd /tmp/bats && \
0 commit comments