Skip to content

Commit

Permalink
Update Bats to 1.10.0 (#189)
Browse files Browse the repository at this point in the history
* Update Bats to 1.10.0
* Keep bats-assert at v2.0.0
 reason: [email protected] seems to be unavailable over npm yet
  • Loading branch information
vikin91 authored Sep 13, 2023
1 parent f301f11 commit 3889f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/stackrox-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ENV PATH=$PATH:/usr/pgsql-14/bin

# Install bats
RUN set -ex \
&& npm install -g bats@1.5.0 [email protected] [email protected] tap-junit \
&& npm install -g bats@1.10.0 [email protected] [email protected] tap-junit \
&& bats -v

# Install docker binary
Expand Down

0 comments on commit 3889f31

Please sign in to comment.