Skip to content

Commit 3889f31

Browse files
authored
Update Bats to 1.10.0 (#189)
* Update Bats to 1.10.0 * Keep bats-assert at v2.0.0 reason: bats-assert@2.1.0 seems to be unavailable over npm yet
1 parent f301f11 commit 3889f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/stackrox-test.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ENV PATH=$PATH:/usr/pgsql-14/bin
6161

6262
# Install bats
6363
RUN set -ex \
64-
&& npm install -g bats@1.5.0 bats-support@0.3.0 bats-assert@2.0.0 tap-junit \
64+
&& npm install -g bats@1.10.0 bats-support@0.3.0 bats-assert@2.0.0 tap-junit \
6565
&& bats -v
6666

6767
# Install docker binary

0 commit comments

Comments
 (0)