-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from zdtsw/wenzhou/update1
Updates: docs + build
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
FROM alpine:3.12.4 | ||
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/* | ||
COPY cassowary /usr/bin/cassowary | ||
ENTRYPOINT ["cassowary", "run"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%global bindir /usr/local/sbin | ||
|
||
Name: cassowary | ||
Version: 0.10.0 | ||
Version: 0.14.0 | ||
Release: 1 | ||
Summary: Modern cross-platform HTTP load-testing tool written in Go | ||
License: MIT | ||
|
@@ -30,3 +30,5 @@ Modern cross-platform HTTP load-testing tool written in Go | |
%changelog | ||
* Fri Jan 24 2020 <[email protected]> | ||
- Cassowary spec file | ||
* Mon Jun 13 2022 <[email protected]> | ||
- Uplift release version |