Skip to content

Commit d4e36da

Browse files
committed
update bats-core to v1.13.0
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
1 parent ca66a1f commit d4e36da

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ARG TEST_BASE_TYPE=alpine
55
ARG TEST_BASE_IMAGE=${TEST_BASE_TYPE}
66
ARG TEST_WITH_DARWIN=false
7-
ARG BATS_VERSION=v1.8.2
7+
ARG BATS_VERSION=v1.13.0
88

99
# build prepares the sources
1010
FROM --platform=$BUILDPLATFORM alpine AS build

src/Dockerfile.rego

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ allow if {
5353

5454
allow if {
5555
input.git.remote == "https://github.com/bats-core/bats-core.git"
56-
input.git.tagName == "v1.8.2"
57-
input.git.checksum == "978dffd98b6793b09594e5e96ef797146be8bc9f"
56+
input.git.tagName == "v1.13.0"
57+
input.git.checksum == "d6a46f2cc2d3025ee3ffb59991c6d93ef903e339"
5858
}

0 commit comments

Comments
 (0)