Skip to content

Commit 597f523

Browse files
chore(deps): update dependency bats-core/bats-core to v1.13.0 (#266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a903aa6 commit 597f523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ RUN version=0.8.0 && \
121121
# @see https://github.com/bats-core/bats-core/releases
122122
# renovate: datasource=github-releases depName=bats-core/bats-core extractVersion=^(?<version>.*)$
123123
# hadolint ignore=DL3003
124-
RUN version=1.12.0 && \
124+
RUN version=1.13.0 && \
125125
curl -L -o "/tmp/bats.tar.gz" "https://github.com/bats-core/bats-core/archive/v${version}.tar.gz" && \
126126
mkdir -p /tmp/bats && tar -xz -C /tmp/bats -f /tmp/bats.tar.gz --strip 1 && \
127127
cd /tmp/bats && \

0 commit comments

Comments
 (0)