We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca66a1f commit d4e36daCopy full SHA for d4e36da
2 files changed
src/Dockerfile
@@ -4,7 +4,7 @@
4
ARG TEST_BASE_TYPE=alpine
5
ARG TEST_BASE_IMAGE=${TEST_BASE_TYPE}
6
ARG TEST_WITH_DARWIN=false
7
-ARG BATS_VERSION=v1.8.2
+ARG BATS_VERSION=v1.13.0
8
9
# build prepares the sources
10
FROM --platform=$BUILDPLATFORM alpine AS build
src/Dockerfile.rego
@@ -53,6 +53,6 @@ allow if {
53
54
allow if {
55
input.git.remote == "https://github.com/bats-core/bats-core.git"
56
- input.git.tagName == "v1.8.2"
57
- input.git.checksum == "978dffd98b6793b09594e5e96ef797146be8bc9f"
+ input.git.tagName == "v1.13.0"
+ input.git.checksum == "d6a46f2cc2d3025ee3ffb59991c6d93ef903e339"
58
}
0 commit comments