Skip to content

Commit

Permalink
Keep bats-assert at v2.0.0
Browse files Browse the repository at this point in the history
[email protected] seems to be unavailable over npm yet
  • Loading branch information
vikin91 authored Sep 13, 2023
1 parent 42ebf84 commit 19b93b3
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 [email protected] [email protected] bats-assert@2.1.0 tap-junit \
&& npm install -g [email protected] [email protected] bats-assert@2.0.0 tap-junit \
&& bats -v

# Install docker binary
Expand Down

0 comments on commit 19b93b3

Please sign in to comment.